mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Merge branch 'mdi-icons' of http://github.com/fvanroie/hasp-lvgl into mdi-icons
This commit is contained in:
commit
bc1cbdb301
@ -467,19 +467,19 @@ static lv_font_t* haspPayloadToFont(const char* payload)
|
|||||||
return &HASP_FONT_1;
|
return &HASP_FONT_1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LV_FONT_CUSTOM_16
|
#ifdef HASP_FONT_2
|
||||||
case 16:
|
case 16:
|
||||||
LOG_WARNING(TAG_ATTR, "%s %d %x", __FILE__, __LINE__, HASP_FONT_2);
|
LOG_WARNING(TAG_ATTR, "%s %d %x", __FILE__, __LINE__, HASP_FONT_2);
|
||||||
return &HASP_FONT_2;
|
return &HASP_FONT_2;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LV_FONT_CUSTOM_22
|
#ifdef HASP_FONT_3
|
||||||
case 22:
|
case 22:
|
||||||
LOG_WARNING(TAG_ATTR, "%s %d %x", __FILE__, __LINE__, HASP_FONT_3);
|
LOG_WARNING(TAG_ATTR, "%s %d %x", __FILE__, __LINE__, HASP_FONT_3);
|
||||||
return &HASP_FONT_3;
|
return &HASP_FONT_3;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LV_FONT_CUSTOM_28
|
#ifdef HASP_FONT_4
|
||||||
case 28:
|
case 28:
|
||||||
LOG_WARNING(TAG_ATTR, "%s %d %x", __FILE__, __LINE__, HASP_FONT_4);
|
LOG_WARNING(TAG_ATTR, "%s %d %x", __FILE__, __LINE__, HASP_FONT_4);
|
||||||
return &HASP_FONT_4;
|
return &HASP_FONT_4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user