Drashna's split updates (#13350)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
#include "progmem.h"
|
||||
|
||||
// clang-format off
|
||||
static const unsigned char font[] PROGMEM = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0x00 0
|
||||
0x07, 0x08, 0x7F, 0x08, 0x07, 0x00, // 0x00 0
|
||||
0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, // 0x01 1
|
||||
0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, // 0x02 2
|
||||
0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, // 0x03 3 ♥
|
||||
@@ -1304,3 +1305,5 @@ static const unsigned char font[] PROGMEM = {
|
||||
|
||||
#endif
|
||||
};
|
||||
|
||||
// clang-format on
|
||||
|
||||
Reference in New Issue
Block a user