NimmLor / esp8266-fastled-iot-webserver

A universal software for all my LED projects, with many awesome features
https://www.thingiverse.com/surrbradl08/designs
GNU General Public License v3.0
366 stars 94 forks source link

Incorrect ledpattern for clock device which multiple leds per segment #231

Closed Brackus9 closed 2 years ago

Brackus9 commented 2 years ago

When using the LED_DEVICE_TYPE 2 (clock) with multiple leds per segment, such as the bigger 3D printed clock, incorrect leds are lit up instead of the actual time.

I believe this is due to a bug in the drawTime function.

Will create a pull request with the fix.