mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-04 11:49:58 +00:00
7 lines
237 B
C
7 lines
237 B
C
#define pin_width 13
|
|
#define pin_height 13
|
|
static char pin_bits[] = {
|
|
0x00, 0x00, 0xF0, 0x01, 0xF8, 0x03, 0xFC, 0x07, 0xBC, 0x07, 0xBC, 0x07,
|
|
0xFC, 0x07, 0xF8, 0x03, 0xF8, 0x03, 0xF0, 0x01, 0xE0, 0x00, 0xE0, 0x00,
|
|
0x00, 0x00, };
|