mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 12:16:42 +00:00
Fix for Linux build
This commit is contained in:
parent
0cdf250d0c
commit
0293661bde
@ -15,9 +15,11 @@
|
|||||||
#endif
|
#endif
|
||||||
/*** Image Improvement ***/
|
/*** Image Improvement ***/
|
||||||
|
|
||||||
|
#if HASP_TARGET_ARDUINO
|
||||||
#if HASP_USE_QRCODE > 0
|
#if HASP_USE_QRCODE > 0
|
||||||
#include "lv_qrcode.h"
|
#include "lv_qrcode.h"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
LV_FONT_DECLARE(unscii_8_icon);
|
LV_FONT_DECLARE(unscii_8_icon);
|
||||||
extern const char** btnmatrix_default_map; // memory pointer to lvgl default btnmatrix map
|
extern const char** btnmatrix_default_map; // memory pointer to lvgl default btnmatrix map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user