LVGL fix embedded fonts selection

This commit is contained in:
Stephan Hadinger 2022-03-24 12:52:43 +01:00
parent b6b53516e0
commit 15f94bf796

View File

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