Skip to content

Commit

Permalink
V 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlyonsrepo committed Feb 13, 2024
1 parent 6e5d68e commit ec056cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ER_OLEDM1_CH1115_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ const uint8_t (* pFontMia8x16ptr)[16] = Font_Eleven;
#ifdef CH1115_Font_Twelve

/*! Font 6x12 95 characters Dedica */
static const uint8_t Font_Twelve[95][12] = {
static const PROGMEM uint8_t Font_Twelve[95][12] = {
{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},/*" ",0*/
{0x00,0x00,0x00,0x00,0x3F,0x40,0x00,0x00,0x00,0x00,0x00,0x00},/*"!",1*/
{0x00,0x00,0x30,0x00,0x40,0x00,0x30,0x00,0x40,0x00,0x00,0x00},/*""",2*/
Expand Down

0 comments on commit ec056cb

Please sign in to comment.