mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Add missing lv_ft_info_t #249
This commit is contained in:
parent
6ea280dbe9
commit
b9eacba046
@ -3,6 +3,14 @@
|
|||||||
#include "hasplib.h"
|
#include "hasplib.h"
|
||||||
#if HASP_USE_FREETYPE > 0
|
#if HASP_USE_FREETYPE > 0
|
||||||
#include "lv_freetype.h"
|
#include "lv_freetype.h"
|
||||||
|
#else
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
const char* name; /* The name of the font file */
|
||||||
|
lv_font_t* font; /* point to lvgl font */
|
||||||
|
uint16_t weight; /* font size */
|
||||||
|
uint16_t style; /* font style */
|
||||||
|
} lv_ft_info_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "hasp_mem.h"
|
#include "hasp_mem.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user