mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Allow any font size from internal TTF
This commit is contained in:
parent
7deb879ffd
commit
be7d8050b1
@ -268,11 +268,9 @@ static lv_font_t* haspPayloadToFont(const char* payload)
|
||||
|
||||
#endif // ARDUINO_ARCH_ESP8266
|
||||
|
||||
} else {
|
||||
return get_font(payload);
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
return get_font(payload);
|
||||
}
|
||||
|
||||
static hasp_attribute_type_t hasp_process_label_long_mode(lv_obj_t* obj, const char* payload, char** text, bool update)
|
||||
|
Loading…
x
Reference in New Issue
Block a user