mirror of
https://github.com/Lemonochrme/clover.git
synced 2025-06-08 16:50:50 +02:00
6 lines
321 B
C
6 lines
321 B
C
#define humidity_warning_width 16
|
|
#define humidity_warning_height 16
|
|
static unsigned char humidity_warning_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x40, 0x03, 0x40, 0x03,
|
|
0x80, 0x07, 0x90, 0x0f, 0xb8, 0x0f, 0x28, 0x1f, 0x6c, 0x1f, 0x6c, 0x1e,
|
|
0xfe, 0x0e, 0xee, 0x06, 0xfe, 0x02, 0x00, 0x00 };
|