mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
Merge pull request #15213 from s-hadinger/lvgl_fix_embedded_fonts
LVGL fix embedded fonts selection
This commit is contained in:
commit
f5c0e5d4fa
@ -254,6 +254,7 @@ extern "C" {
|
||||
{ 28, &seg7_28 },
|
||||
{ 36, &seg7_36 },
|
||||
{ 48, &seg7_48 },
|
||||
{ 0, nullptr}
|
||||
};
|
||||
|
||||
// robotocondensed-latin1
|
||||
@ -297,6 +298,7 @@ extern "C" {
|
||||
#if ROBOTOCONDENSED_REGULAR_48_LATIN1
|
||||
{ 48, &robotocondensed_regular_48_latin1 },
|
||||
#endif
|
||||
{ 0, nullptr}
|
||||
};
|
||||
|
||||
// register all included fonts
|
||||
|
Loading…
x
Reference in New Issue
Block a user