You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../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
The text was updated successfully, but these errors were encountered:
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.
../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
The text was updated successfully, but these errors were encountered: