mirror of https://github.com/arendst/Tasmota.git
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 },
|
{ 28, &seg7_28 },
|
||||||
{ 36, &seg7_36 },
|
{ 36, &seg7_36 },
|
||||||
{ 48, &seg7_48 },
|
{ 48, &seg7_48 },
|
||||||
|
{ 0, nullptr}
|
||||||
};
|
};
|
||||||
|
|
||||||
// robotocondensed-latin1
|
// robotocondensed-latin1
|
||||||
|
@ -297,6 +298,7 @@ extern "C" {
|
||||||
#if ROBOTOCONDENSED_REGULAR_48_LATIN1
|
#if ROBOTOCONDENSED_REGULAR_48_LATIN1
|
||||||
{ 48, &robotocondensed_regular_48_latin1 },
|
{ 48, &robotocondensed_regular_48_latin1 },
|
||||||
#endif
|
#endif
|
||||||
|
{ 0, nullptr}
|
||||||
};
|
};
|
||||||
|
|
||||||
// register all included fonts
|
// register all included fonts
|
||||||
|
|
Loading…
Reference in New Issue