forkineye / ESPixelStick

Firmware for the ESPixelStick
http://forkineye.com/
528 stars 169 forks source link

OLED Support? #728

Closed noman1228 closed 5 months ago

noman1228 commented 5 months ago

I forked and added OLED support (i2c) to show hostname and IP address. It's extremely hacky but doesn't seem to affect performance. It came in handy a few times this season. Nothing exotic, just adafruit library (I know font selection sucks) and a println after network updates... u8g would be even more lightweight.

20240114_182111

MartinMueller2003 commented 5 months ago

Cool. Create a pull request so I can review your code.