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

@ -5,16 +5,21 @@
FONT_TABLE_LOCATION_FLASH_PRAGMA
KEEP extern const touchgfx::GlyphNode glyphs_CHINN____30_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE = {
{ 0, 0x0020, 0, 0, 0, 0, 8, 0, 0, 0x00 }, // space
{ 0, 0x003F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // question
{ 300, 0x0043, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // C
{ 600, 0x0061, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // a
{ 900, 0x0065, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // e
{ 1200, 0x0068, 30, 20, 20, 0, 31, 0, 0, 0x00 }, // h
{ 1500, 0x0069, 6, 20, 20, 0, 7, 0, 0, 0x00 }, // i
{ 1560, 0x006D, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // m
{ 1860, 0x006E, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // n
{ 2160, 0x006F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // o
{ 2460, 0x0073, 32, 20, 20, 0, 32, 0, 0, 0x00 } // s
{ 0, 0x003A, 7, 14, 14, 1, 8, 0, 0, 0x00 }, // colon
{ 56, 0x003F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // question
{ 356, 0x0043, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // C
{ 656, 0x004D, 32, 20, 20, 0, 32, 0, 0, 0x00 }, // M
{ 976, 0x0061, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // a
{ 1276, 0x0065, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // e
{ 1576, 0x0068, 30, 20, 20, 0, 31, 0, 0, 0x00 }, // h
{ 1876, 0x0069, 6, 20, 20, 0, 7, 0, 0, 0x00 }, // i
{ 1936, 0x006D, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // m
{ 2236, 0x006E, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // n
{ 2536, 0x006F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // o
{ 2836, 0x0072, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // r
{ 3136, 0x0073, 32, 20, 20, 0, 32, 0, 0, 0x00 }, // s
{ 3456, 0x0074, 30, 20, 20, -1, 28, 0, 0, 0x00 }, // t
{ 3756, 0x0075, 30, 20, 20, 0, 31, 0, 0, 0x00 } // u
};
// CHINN____30_4bpp
@ -32,6 +37,6 @@ touchgfx::GeneratedFont& getFont_CHINN____30_4bpp();
touchgfx::GeneratedFont& getFont_CHINN____30_4bpp()
{
static touchgfx::GeneratedFont CHINN____30_4bpp(glyphs_CHINN____30_4bpp, 11, 30, 30, 0, 0, 4, 1, 0, 0, unicodes_CHINN____30_4bpp, kerning_CHINN____30_4bpp, 63, 0, 0, 0);
static touchgfx::GeneratedFont CHINN____30_4bpp(glyphs_CHINN____30_4bpp, 16, 30, 30, 0, 0, 4, 1, 1, 1, unicodes_CHINN____30_4bpp, kerning_CHINN____30_4bpp, 63, 0, 0, 0);
return CHINN____30_4bpp;
}