Add TFT_LVGL_UI support (#18438)

This commit is contained in:
Victor Oliveira
2020-07-01 03:30:24 -03:00
committed by GitHub
parent 39105384ba
commit e5bc9d31cc
39 changed files with 1564 additions and 1437 deletions

View File

@@ -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