Skip to content

Commit d82a8f5

Browse files
committed
symbols: add a brightness symbol
Note that numchars increases by 2 as it was not incremented previously when it should have been.
1 parent b0fc7a4 commit d82a8f5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

main/fonts/jade_symbols_16x16.c

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#ifndef AMALGAMATED_BUILD
2-
const unsigned char jade_symbols_16x16[4 + 32 * 32] = {
3-
0x10, 0x10, 0x30, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFC, 0xC0, 0x0F, 0xC0,
4-
0x0F, 0xC0, 0x0F, 0xC0, 0x0F, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
5-
0x00, // 0 Battery empty
2+
const unsigned char jade_symbols_16x16[4 + 32 * 33] = {
3+
16, // x_size
4+
16, // y_size
5+
0x30, // offset
6+
0x33, // numchars
7+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFC, 0xC0, 0x0F, 0xC0, 0x0F, 0xC0, 0x0F, 0xC0,
8+
0x0F, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0 Battery empty
69
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFC, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0, 0x0F, 0xF0,
710
0x0F, 0xFF, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 1 Battery 20%
811
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFC, 0xFC, 0x0F, 0xFC, 0x0F, 0xFC, 0x0F, 0xFC,
@@ -65,5 +68,7 @@ const unsigned char jade_symbols_16x16[4 + 32 * 32] = {
6568
0x0C, 0x18, 0x18, 0x5C, 0x38, 0x0F, 0xF0, 0x03, 0xC0, 0x00, 0x00, 0x00, 0x00, // N Clock
6669
0x7F, 0xFE, 0x40, 0x02, 0x5F, 0xE2, 0x5F, 0xF2, 0x58, 0x1A, 0x58, 0x1A, 0x58, 0x1A, 0x5F, 0xF2, 0x5F, 0xE2, 0x59,
6770
0xC2, 0x58, 0xE2, 0x58, 0x72, 0x58, 0x3A, 0x58, 0x1A, 0x40, 0x02, 0x7F, 0xFE, // O Japan Cert "R"
71+
0x01, 0x80, 0x61, 0x86, 0x71, 0x8E, 0x30, 0x0C, 0x07, 0xE0, 0x0C, 0x30, 0x08, 0x10, 0xE8, 0x17, 0xE8, 0x17, 0x08,
72+
0x10, 0x0C, 0x30, 0x07, 0xE0, 0x30, 0x0C, 0x71, 0x8E, 0x61, 0x86, 0x01, 0x80, // P Brightness Icon
6873
};
6974
#endif // AMALGAMATED_BUILD

0 commit comments

Comments
 (0)