[Hell] Fixed comma direction (#384)
This commit is contained in:
parent
6cd7c8efdc
commit
730abc0903
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ static const uint8_t HellFont[64][HELL_FONT_WIDTH - 2] RADIOLIB_PROGMEM = {
|
|||
{ 0b0010000, 0b0001000, 0b0001000, 0b0001000, 0b0010000 }, // )
|
||||
{ 0b0010100, 0b0001000, 0b0010100, 0b0000000, 0b0000000 }, // *
|
||||
{ 0b0001000, 0b0001000, 0b0111110, 0b0001000, 0b0001000 }, // +
|
||||
{ 0b0000000, 0b0000000, 0b0000000, 0b0010000, 0b0001000 }, // ,
|
||||
{ 0b0000000, 0b0000000, 0b0000000, 0b0001000, 0b0010000 }, // ,
|
||||
{ 0b0000000, 0b0000000, 0b0111110, 0b0000000, 0b0000000 }, // -
|
||||
{ 0b0000000, 0b0000000, 0b0000000, 0b0000000, 0b0001000 }, // .
|
||||
{ 0b0000010, 0b0000100, 0b0001000, 0b0010000, 0b0100000 }, // /
|
||||
|
|
Loading…
Add table
Reference in a new issue