Skip to content

Commit 94d4bdf

Browse files
committed
Revert "Fix build errors (#8067)"
This reverts commit d998f70.
1 parent 1968a00 commit 94d4bdf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/graphics/images.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ const uint8_t digital_icon_clock[] PROGMEM = {0b00111100, 0b01000010, 0b10000101
287287
#define analog_icon_clock_height 8
288288
const uint8_t analog_icon_clock[] PROGMEM = {0b11111111, 0b01000010, 0b00100100, 0b00011000,
289289
0b00100100, 0b01000010, 0b01000010, 0b11111111};
290-
290+
#ifdef M5STACK_UNITC6L
291+
#include "img/icon_small.xbm"
292+
#else
291293
#define chirpy_width 38
292294
#define chirpy_height 50
293295
static unsigned char chirpy[] = {
@@ -360,9 +362,6 @@ static unsigned char chirpy_hirez[] = {
360362
#define chirpy_small_image_height 8
361363
static unsigned char small_chirpy[] = {0x7f, 0x41, 0x55, 0x55, 0x55, 0x55, 0x41, 0x7f};
362364

363-
#ifdef M5STACK_UNITC6L
364-
#include "img/icon_small.xbm"
365-
#else
366365
#include "img/icon.xbm"
367366
#endif
368367
static_assert(sizeof(icon_bits) >= 0, "Silence unused variable warning");

0 commit comments

Comments
 (0)