Change R to RO
This commit is contained in:
23
bitmaps.c
23
bitmaps.c
@@ -34,20 +34,6 @@ const uint8_t gFontF[8] =
|
||||
0b01111111
|
||||
};
|
||||
|
||||
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
|
||||
const uint8_t gFontR[8] =
|
||||
{
|
||||
0b01111111,
|
||||
0b00000000,
|
||||
0b01110110,
|
||||
0b01110110,
|
||||
0b01100110,
|
||||
0b01010110,
|
||||
0b00111001,
|
||||
0b01111111
|
||||
};
|
||||
#endif
|
||||
|
||||
const uint8_t gFontS[6] =
|
||||
{
|
||||
0x26, 0x49, 0x49, 0x49, 0x49, 0x32 // 'S'
|
||||
@@ -77,6 +63,7 @@ const uint8_t gFontXB[2][6] =
|
||||
{0x00, 0x7f, 0x49, 0x49, 0x49, 0x36},
|
||||
};
|
||||
|
||||
|
||||
const uint8_t gFontMO[2][6] =
|
||||
{ // "MO"
|
||||
{0x00, 0x7f, 0x2, 0x1c, 0x2, 0x7f},
|
||||
@@ -91,6 +78,14 @@ const uint8_t gFontDWR[3][6] =
|
||||
{0x00, 0x7f, 0x9, 0x19, 0x29, 0x46},
|
||||
};
|
||||
|
||||
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
|
||||
const uint8_t gFontRO[2][6] =
|
||||
{ // "RO"
|
||||
{0x00, 0x7f, 0x9, 0x19, 0x29, 0x46},
|
||||
{0x00, 0x3e, 0x41, 0x41, 0x41, 0x3e},
|
||||
};
|
||||
#endif
|
||||
|
||||
const uint8_t gFontHold[2][5] =
|
||||
{ // "><" .. DW on hold
|
||||
{0x00, 0x41, 0x22, 0x14, 0x8},
|
||||
|
Reference in New Issue
Block a user