BlueAndi / Pixelix

Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
MIT License
300 stars 59 forks source link

esp8266 support? #111

Closed rumjar86 closed 1 year ago

rumjar86 commented 1 year ago

Hi, I was just hoping you would do some support for esp 8266?

BlueAndi commented 1 year ago

Hi, it might be possible to support the esp8266. Currently its not planned as other features have a higher priority. Lets see what 2023 will bring. :-)

BlueAndi commented 1 year ago

No freeRTOS suppport: https://github.com/esp8266/Arduino/issues/8403

BlueAndi commented 1 year ago

Unfortunately the esp8266 can not be supported without a huge amount of effort. The way points to dual core variants and more flash space, as the number of features grows.