Allow any font size from internal TTF

This commit is contained in:
fvanroie 2023-01-17 01:05:57 +01:00
parent 7deb879ffd
commit be7d8050b1

View File

@ -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)