HomeKidd / Homekit-WS2812B-controller

ESP8266 based  Homekit controller for WS2812B lightstrips with WS2812FX support🌈
237 stars 35 forks source link

Any way to make this work with TTGO-T-Display? #64

Closed drewcovi closed 2 years ago

drewcovi commented 2 years ago

I'm admittedly new to microcontrollers (done a lot of Pi work). According to the folks at lilygo, you should be able to set RX and TX at initialization time by setting Searial1.begin(115200, SERIAL_8N1, 25, 26) for example. Could this setup parameter be set in addition to flashing this project? Or would I need to take an alternate approach?