Merge pull request #15213 from s-hadinger/lvgl_fix_embedded_fonts

LVGL fix embedded fonts selection
This commit is contained in:
s-hadinger 2022-03-24 13:01:16 +01:00 committed by GitHub
commit f5c0e5d4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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