Leave 15px free to the edges

This commit is contained in:
2023-04-04 17:22:41 +02:00
parent e83afdc75c
commit 8d701669e4
32 changed files with 2353 additions and 4832 deletions

View File

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