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

Error Compiling for FT81x #319

Open
usmanrazasaif opened this issue Sep 4, 2022 · 1 comment
Open

Error Compiling for FT81x #319

usmanrazasaif opened this issue Sep 4, 2022 · 1 comment
Labels
stale This will not be worked on

Comments

@usmanrazasaif
Copy link

../components/lvgl_esp32_drivers/lvgl_tft/EVE_commands.c: In function 'EVE_init':
../components/lvgl_esp32_drivers/lvgl_tft/EVE_commands.c:932:3: error: implicit declaration of function 'spi_flash_write'; did you mean 'esp_log_write'? [-Werror=implicit-function-declaration]
spi_flash_write(EVE_GT911_data, EVE_GT911_len);
^~~~~~~~~~~~~~~
esp_log_write
../components/lvgl_esp32_drivers/lvgl_tft/EVE_commands.c:932:19: error: 'EVE_GT911_data' undeclared (first use in this function)
spi_flash_write(EVE_GT911_data, EVE_GT911_len);
^~~~~~~~~~~~~~
../components/lvgl_esp32_drivers/lvgl_tft/EVE_commands.c:932:19: note: each undeclared identifier is reported only once for each function it appears in
../components/lvgl_esp32_drivers/lvgl_tft/EVE_commands.c:932:35: error: 'EVE_GT911_len' undeclared (first use in this function)
spi_flash_write(EVE_GT911_data, EVE_GT911_len);
^~~~~~~~~~~~~
cc1.exe: some warnings being treated as errors
[1226/1235] Building C object esp-idf/lvgl_esp32_drivers/CMakeFiles/__idf_lvgl_esp32_drivers.dir/lvgl_tft/disp_spi.c.objninja: build stopped: subcommand failed.
ninja failed with exit code 1

@stale
Copy link

stale bot commented Apr 20, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant