mirror of
https://github.com/Lemonochrme/clover.git
synced 2025-06-08 16:50:50 +02:00
6 lines
330 B
C
6 lines
330 B
C
#define thermometer_warning_width 16
|
|
#define thermometer_warning_height 16
|
|
static unsigned char thermometer_warning_bits[] = {
|
|
0x00, 0x00, 0x80, 0x01, 0x40, 0x02, 0xc0, 0x02, 0x40, 0x02, 0xc0, 0x02,
|
|
0x40, 0x02, 0x90, 0x02, 0x38, 0x02, 0x28, 0x04, 0x6c, 0x08, 0x6c, 0x0e,
|
|
0xfe, 0x0e, 0xee, 0x06, 0xfe, 0x02, 0x00, 0x00 };
|