Adding custom icon for language button (#117)

This commit is contained in:
mlodawy
2022-05-16 17:10:54 +02:00
committed by GitHub
parent 45db8f3c22
commit 9f013d3d52
3 changed files with 10 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ extern Settings settings_obj;
#define ESP_UPDATE_ICO 32
#define BAD_USB_ICO 33
#define TEST_BAD_USB_ICO 34
#define LANGUAGE 35
PROGMEM void my_disp_flush(lv_disp_drv_t *disp, const lv_area_t *area, lv_color_t *color_p);
PROGMEM bool my_touchpad_read(lv_indev_drv_t * indev_driver, lv_indev_data_t * data);