Skip to content

Commit

Permalink
type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jan 5, 2024
1 parent 4582f27 commit 8d360da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ namespace esphome
PROGMEM Color hour_color, minutes_color, spacer_color, info_clock_lcolor, info_clock_rcolor;
#endif
#ifdef EHMTXv2_ADV_BOOT
uint8_t* boot_logo;
#if defined EHMTXv2_ADV_BOOT_MODE_0 || defined EHMTXv2_ADV_BOOT_MODE_1
Color* boot_logo;
#else
uint8_t* boot_logo;
#endif
#endif
#endif

Expand Down

0 comments on commit 8d360da

Please sign in to comment.