Skip to content

Commit

Permalink
MKS UI prelim. cleanup (MarlinFirmware#20763)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and zillarob committed Feb 25, 2021
1 parent b60cc59 commit ea1699f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/lcd/extui/lib/mks_ui/tft_lvgl_configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
extern uint8_t bmp_public_buf[14 * 1024];
extern uint8_t public_buf[513];

extern uint8_t bmp_public_buf[14 * 1024];
extern uint8_t public_buf[513];

extern void tft_lvgl_init();
extern void my_disp_flush(lv_disp_drv_t * disp, const lv_area_t * area, lv_color_t * color_p);
extern bool my_touchpad_read(lv_indev_drv_t * indev_driver, lv_indev_data_t * data);
Expand Down

0 comments on commit ea1699f

Please sign in to comment.