Display steering angle, speed & cones in AMI
This commit is contained in:
@ -20,6 +20,7 @@ struct Typography
|
||||
static const touchgfx::FontId NUMBERS = 4;
|
||||
static const touchgfx::FontId DEFAULT_BOLD = 5;
|
||||
static const touchgfx::FontId NUMBERS_SMALLER = 6;
|
||||
static const touchgfx::FontId NUMBERS_SMALL = 7;
|
||||
};
|
||||
|
||||
struct TypographyFontIndex
|
||||
@ -31,7 +32,8 @@ struct TypographyFontIndex
|
||||
static const touchgfx::FontId NUMBERS = 4; // lucon_TTF_50_4bpp
|
||||
static const touchgfx::FontId DEFAULT_BOLD = 5; // verdanab_20_4bpp
|
||||
static const touchgfx::FontId NUMBERS_SMALLER = 6; // lucon_TTF_33_4bpp
|
||||
static const uint16_t NUMBER_OF_FONTS = 7;
|
||||
static const touchgfx::FontId NUMBERS_SMALL = 7; // lucon_TTF_20_4bpp
|
||||
static const uint16_t NUMBER_OF_FONTS = 8;
|
||||
};
|
||||
|
||||
class ApplicationFontProvider : public touchgfx::FontProvider
|
||||
|
||||
Reference in New Issue
Block a user