BV OLED: fix glyph

This commit is contained in:
King Kévin 2018-02-16 12:31:35 +01:00
parent e20d1fbf4d
commit ba5dfece98
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ static const uint8_t font_king8[95][5] = {
};
/** 10x6 px monospace bitmap font (starting with space, first element is glyph left column, MSb is glyph top pixel) */
static const uint16_t font_king10[95][6] = {
static const uint16_t font_king10[97][6] = {
{0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, }, // ' '
{0x0000, 0x0000, 0x01be, 0x0000, 0x0000, 0x0000, }, // '!'
{0x0000, 0x0006, 0x0000, 0x0006, 0x0000, 0x0000, }, // '"'
@ -160,7 +160,7 @@ static const uint16_t font_king10[95][6] = {
{0x00fe, 0x0111, 0x0111, 0x0111, 0x0111, 0x00e0, }, // '6'
{0x0001, 0x0001, 0x01f1, 0x0009, 0x0005, 0x0003, }, // '7'
{0x00ee, 0x0111, 0x0111, 0x0111, 0x0111, 0x00ee, }, // '8'
{0x001c, 0x0222, 0x0222, 0x0222, 0x0222, 0x01fc, }, // '9'
{0x000e, 0x0111, 0x0111, 0x0111, 0x0111, 0x00fe, }, // '9'
{0x0000, 0x0000, 0x00cc, 0x0000, 0x0000, 0x0000, }, // ':'
{0x0000, 0x0100, 0x00cc, 0x0000, 0x0000, 0x0000, }, // ';'
{0x0000, 0x0010, 0x0028, 0x0044, 0x0082, 0x0000, }, // '<'