File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ extern float vfx_fft_output[FFT_N];
75
75
// ani1.gif
76
76
extern const char ani1_160x80_gif_ptr [] asm("_binary_ani1_160x80_gif_start" );
77
77
extern const char ani1_160x80_gif_end [] asm("_binary_ani1_160x80_gif_end" );
78
- #elif defined( CONFIG_VFX_OUTPUT_ST7789 )
78
+ #else
79
79
// ani0.gif
80
80
extern const char ani0_240x135_gif_ptr [] asm("_binary_ani0_240x135_gif_start" );
81
81
extern const char ani0_240x135_gif_end [] asm("_binary_ani0_240x135_gif_end" );
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ static const char *img_file_ptr[][2] = {
43
43
#ifdef CONFIG_VFX_OUTPUT_ST7735
44
44
{ani0_160x80_gif_ptr , ani0_160x80_gif_end }, // "Nyan Cat"
45
45
{ani1_160x80_gif_ptr , ani1_160x80_gif_end }, // "bilibili"
46
- #elif defined( CONFIG_VFX_OUTPUT_ST7789 )
46
+ #else
47
47
{ani0_240x135_gif_ptr , ani0_240x135_gif_end }, // "Nyan Cat"
48
48
{ani1_240x135_gif_ptr , ani1_240x135_gif_end }, // "bilibili"
49
49
#endif
You can’t perform that action at this time.
0 commit comments