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
hi... i just recently try build using latest repository... and it came out with a new warning... but the firmware is okay... can tell us what is the warning about??? thanks...
C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lvgl_port/src/lvgl9/esp_lvgl_port_touch.c: In function 'lvgl_port_touchpad_read':
C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lvgl_port/src/lvgl9/esp_lvgl_port_touch.c:128:5: warning: 'esp_lcd_touch_get_coordinates' is deprecated: This API will be removed in version 2.0.0. Use esp_lcd_touch_get_data instead! [-Wdeprecated-declarations]
128 | bool touchpad_pressed = esp_lcd_touch_get_coordinates(touch_ctx->handle, touchpad_x, touchpad_y, NULL, &touchpad_cnt, 1);
| ^~~~
In file included from C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lvgl_port/src/lvgl9/esp_lvgl_port_touch.c:10:
C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lcd_touch/include/esp_lcd_touch.h:317:6: note: declared here
317 | bool esp_lcd_touch_get_coordinates(esp_lcd_touch_handle_t tp, uint16_t *x, uint16_t *y, uint16_t *strength, uint8_t *point_num, uint8_t max_point_num);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hi... i just recently try build using latest repository... and it came out with a new warning... but the firmware is okay... can tell us what is the warning about??? thanks...
C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lvgl_port/src/lvgl9/esp_lvgl_port_touch.c: In function 'lvgl_port_touchpad_read':
C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lvgl_port/src/lvgl9/esp_lvgl_port_touch.c:128:5: warning: 'esp_lcd_touch_get_coordinates' is deprecated: This API will be removed in version 2.0.0. Use esp_lcd_touch_get_data instead! [-Wdeprecated-declarations]
128 | bool touchpad_pressed = esp_lcd_touch_get_coordinates(touch_ctx->handle, touchpad_x, touchpad_y, NULL, &touchpad_cnt, 1);
| ^~~~
In file included from C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lvgl_port/src/lvgl9/esp_lvgl_port_touch.c:10:
C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/managed_components/espressif__esp_lcd_touch/include/esp_lcd_touch.h:317:6: note: declared here
317 | bool esp_lcd_touch_get_coordinates(esp_lcd_touch_handle_t tp, uint16_t *x, uint16_t *y, uint16_t *strength, uint8_t *point_num, uint8_t max_point_num);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Beta Was this translation helpful? Give feedback.
All reactions