summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Muszytowski <sebastian@muszytowski.net>2016-06-03 20:58:36 +0200
committerSebastian Muszytowski <sebastian@muszytowski.net>2016-06-03 20:58:36 +0200
commit70f9d727987a84c5f9c9357a7f2f37c9b42fb367 (patch)
treea74e9746947f7f4c11f963e1104336d41cf9e041
parent7c56be8a724e2b0647e5a6cbd55c7b0eb948206b (diff)
adjust font order
-rw-r--r--src/font.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/font.h b/src/font.h
index 1cbf20b..8da9325 100644
--- a/src/font.h
+++ b/src/font.h
@@ -10,9 +10,6 @@
typedef const unsigned char* glyph_t;
-const unsigned char PROGMEM chr_001[] = {0x08,0x00,0x04,0x22,0x02,0x22,0x04,0x00,0x00}; // happy smiley
-const unsigned char PROGMEM chr_002[] = {0x08,0x00,0x02,0x24,0x04,0x24,0x02,0x00,0x00}; // sad smiley
-const unsigned char PROGMEM chr_003[] = {0x05,0x18,0x24,0x12,0x24,0x18}; // heart
const unsigned char PROGMEM chr_032[] = {0x03,0x00,0x00,0x00}; // <space>
const unsigned char PROGMEM chr_033[] = {0x01,0x7D}; // !
const unsigned char PROGMEM chr_034[] = {0x04,0x30,0x40,0x30,0x40}; // "
@@ -110,10 +107,10 @@ const unsigned char PROGMEM chr_125[] = {0x04,0x41,0x41,0x36,0x08}; // }
const unsigned char PROGMEM chr_126[] = {0x06,0x20,0x40,0x40,0x20,0x20,0x40}; // ~
const glyph_t font[] PROGMEM = {
- chr_002, // special character for uncorrectable byte errors
- chr_001,
- chr_002,
- chr_003,
+ chr_037, // special character for uncorrectable byte errors
+ chr_032,
+ chr_032,
+ chr_032,
chr_032,
chr_032,
chr_032,