Optimize LVGL with HAL TFT IO (SPI and FSMC) (#18974)

This commit is contained in:
Victor Oliveira
2020-08-13 20:31:59 -03:00
committed by GitHub
parent 3b9e0c3dde
commit ff5c8d3570
16 changed files with 181 additions and 775 deletions

View File

@@ -51,6 +51,8 @@
#endif
#include "../../../../gcode/gcode.h"
#include "pic_manager.h"
static lv_obj_t * scr;
extern uint8_t sel_id;
extern uint8_t once_flag;