Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

NeoPixel integration evaluation (RGB LED) #8

Open FiveTeethless opened 1 year ago

FiveTeethless commented 1 year ago

try and implement a connection to one or more NeoPixels instead of the colored LEDs.

dhebbeker commented 10 months ago

Note: If we use a NeoPixel via I2C we must manage concurrent usage of the I2C (if we use the same one) as I2C may be used to control the display as well.