mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Add openhasp.ttf
This commit is contained in:
parent
24b92322bc
commit
26092259cc
@ -23,10 +23,12 @@ typedef struct
|
||||
#include "hasp_mem.h"
|
||||
#include "font/hasp_font_loader.h"
|
||||
|
||||
#if defined(ARDUINO_ARCH_ESP32) && (HASP_USE_FREETYPE > 0)
|
||||
extern const uint8_t OPENHASP_TTF_START[] asm("_binary_data_openhasp_ttf_start");
|
||||
extern const uint8_t OPENHASP_TTF_END[] asm("_binary_data_openhasp_ttf_end");
|
||||
extern const uint8_t OPENHASPLITE_TTF_START[] asm("_binary_data_openhasplite_ttf_start");
|
||||
extern const uint8_t OPENHASPLITE_TTF_END[] asm("_binary_data_openhasplite_ttf_end");
|
||||
// extern const uint8_t OPENHASPLITE_TTF_START[] asm("_binary_data_openhasplite_ttf_start");
|
||||
// extern const uint8_t OPENHASPLITE_TTF_END[] asm("_binary_data_openhasplite_ttf_end");
|
||||
#endif
|
||||
|
||||
static lv_ll_t hasp_fonts_ll;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user