mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Disable HASP_FONT_5
This commit is contained in:
parent
eaa9d34a1a
commit
6fba529ab5
@ -1,4 +1,4 @@
|
|||||||
/* MIT License - Copyright (c) 2019-2022 Francis Van Roie
|
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie
|
||||||
For full license information read the LICENSE file in the project folder */
|
For full license information read the LICENSE file in the project folder */
|
||||||
|
|
||||||
#include "hasplib.h"
|
#include "hasplib.h"
|
||||||
@ -261,10 +261,10 @@ static lv_font_t* haspPayloadToFont(const char* payload)
|
|||||||
return &HASP_FONT_4;
|
return &HASP_FONT_4;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HASP_FONT_5
|
// #if defined(HASP_FONT_5)
|
||||||
else if(var == HASP_FONT_SIZE_5)
|
// else if(var == HASP_FONT_SIZE_5)
|
||||||
return &HASP_FONT_5;
|
// return &HASP_FONT_5;
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
#endif // ARDUINO_ARCH_ESP8266
|
#endif // ARDUINO_ARCH_ESP8266
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user