Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Error in -->reg = gpio_input_get(); #3525

Open
Adil-Sil opened this issue Oct 25, 2024 · 0 comments
Open

Compile Error in -->reg = gpio_input_get(); #3525

Adil-Sil opened this issue Oct 25, 2024 · 0 comments

Comments

@Adil-Sil
Copy link

I am Facing Error in compiling TFT_eSPI for ESP32_WROOM_DA module. Error occurs in 8-bit parallel mode selection for ESP32,
Error is below:

**c:\Users\yamtech\Documents\Arduino\libraries\TFT_eSPI\Processors/TFT_eSPI_ESP32.c: In member function 'uint8_t TFT_eSPI::readByte()':
c:\Users\yamtech\Documents\Arduino\libraries\TFT_eSPI\Processors/TFT_eSPI_ESP32.c:113:9: error: 'gpio_input_get' was not declared in this scope; did you mean 'gpio_num_t'?
113 | reg = gpio_input_get(); // Read three times to allow for bus access time
| ^~~~~~~~~~~~~~
| gpio_num_t

exit status 1

Compilation error: exit status 1**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant