asergunov / 7segment_gpio

7-digits GPIO display platform for esphome
MIT License
2 stars 0 forks source link

Max digit count locked at 4 + esp8266 support #12

Open einarav opened 1 day ago

einarav commented 1 day ago

from 7segment_gpio.h line 33: constexpr uint8_t max_digit_count = 4; Cannot initialize more digits because of this limit.

I also tried using this with esp8266 and that did not work, are you planning to implement support for that?