lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
269 stars 25 forks source link

Revert "2024.1.0: Advanced clock - draw date" #198

Closed lubeda closed 7 months ago

lubeda commented 7 months ago

Reverts lubeda/EspHoMaTriXv2#197

Your sample does not work!

Compiling .pioenvs/m5mic/src/main.cpp.o
<unicode string>: In lambda function:
<unicode string>:173:16: error: 'class esphome::EHMTX' has no member named 'set_clock_infotext_color'; did you mean 'set_infotext_color'?
<unicode string>:174:16: error: 'class esphome::EHMTX' has no member named 'set_adv_clock_color'; did you mean 'set_clock_color'?
<unicode string>:177:16: error: 'class esphome::EHMTX' has no member named 'set_date_infotext_color'; did you mean 'set_infotext_color'?
*** [.pioenvs/m5mic/src/main.cpp.o] Error 1
andrewjswan commented 7 months ago

Your sample does not work!

This is a piece of my working config, which I use constantly every day, yesterday I rebuilt it and everything came together perfectly. Are you sure you haven't forgotten about advanced_clock: true ?

https://github.com/lubeda/EspHoMaTriXv2/pull/198/files#diff-345f4882a9621cc8a04520b628475a419357f3b98b092260e4749d646698ab16L241-L247