Add TFT_LVGL_UI support (#18438)
This commit is contained in:
@@ -21,12 +21,14 @@
|
||||
*/
|
||||
#include "../../../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if ENABLED(TFT_LITTLE_VGL_UI)
|
||||
#if ENABLED(TFT_LVGL_UI)
|
||||
|
||||
#include "../../../../MarlinCore.h"
|
||||
#include "lvgl.h"
|
||||
#include "pic_manager.h"
|
||||
|
||||
#if HAS_SPI_FLASH_FONT
|
||||
|
||||
typedef struct {
|
||||
uint16_t min;
|
||||
uint16_t max;
|
||||
@@ -108,4 +110,6 @@ void init_gb2312_font() {
|
||||
gb2312_puhui32.base_line = 0;
|
||||
}
|
||||
|
||||
#endif // TFT_LITTLE_VGL_UI
|
||||
#endif // HAS_SPI_FLASH_FONT
|
||||
|
||||
#endif // TFT_LVGL_UI
|
||||
|
||||
Reference in New Issue
Block a user