Display steering angle, speed & cones in AMI
This commit is contained in:
@ -30,6 +30,9 @@ touchgfx::Font* ApplicationFontProvider::getFont(touchgfx::FontId typography)
|
||||
case Typography::NUMBERS_SMALLER:
|
||||
// lucon_TTF_33_4bpp
|
||||
return const_cast<touchgfx::Font*>(TypedTextDatabase::getFonts()[6]);
|
||||
case Typography::NUMBERS_SMALL:
|
||||
// lucon_TTF_20_4bpp
|
||||
return const_cast<touchgfx::Font*>(TypedTextDatabase::getFonts()[7]);
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user