Get started on driver view
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user