Get started on driver view

This commit is contained in:
2023-03-15 18:43:38 +01:00
parent 641fa3b236
commit 5b6405cf29
47 changed files with 2137 additions and 30 deletions

View File

@ -21,6 +21,9 @@ touchgfx::Font* ApplicationFontProvider::getFont(touchgfx::FontId typography)
case Typography::CHINAT_HUGE:
// CHINN____40_4bpp
return const_cast<touchgfx::Font*>(TypedTextDatabase::getFonts()[3]);
case Typography::NUMBERS:
// lucon_TTF_50_4bpp
return const_cast<touchgfx::Font*>(TypedTextDatabase::getFonts()[4]);
default:
return 0;
}