diff options
Diffstat (limited to 'users/drashna/drashna_font.h')
| -rw-r--r-- | users/drashna/drashna_font.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/users/drashna/drashna_font.h b/users/drashna/drashna_font.h index 6a3865a44..46ebf3710 100644 --- a/users/drashna/drashna_font.h +++ b/users/drashna/drashna_font.h | |||
| @@ -5,8 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | #include "progmem.h" | 6 | #include "progmem.h" |
| 7 | 7 | ||
| 8 | // clang-format off | ||
| 8 | static const unsigned char font[] PROGMEM = { | 9 | static const unsigned char font[] PROGMEM = { |
| 9 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0x00 0 | 10 | 0x07, 0x08, 0x7F, 0x08, 0x07, 0x00, // 0x00 0 |
| 10 | 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, // 0x01 1 | 11 | 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, // 0x01 1 |
| 11 | 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, // 0x02 2 | 12 | 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, // 0x02 2 |
| 12 | 0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, // 0x03 3 ♥ | 13 | 0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, // 0x03 3 ♥ |
| @@ -1304,3 +1305,5 @@ static const unsigned char font[] PROGMEM = { | |||
| 1304 | 1305 | ||
| 1305 | #endif | 1306 | #endif |
| 1306 | }; | 1307 | }; |
| 1308 | |||
| 1309 | // clang-format on | ||
