Add AMI screen

This commit is contained in:
2023-03-07 22:35:12 +01:00
parent d26339e265
commit 81b7a23a34
43 changed files with 1447 additions and 45 deletions

View File

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