v1.7: blanking signal. Reset remaining leds.

This commit is contained in:
Derek Jamison
2023-12-06 13:57:06 -06:00
parent 6b817ad23e
commit 774b228856
3 changed files with 20 additions and 8 deletions

View File

@@ -23,6 +23,10 @@ This application has three submenu items:
The "About" menu item contains information about the application.
# Updates
- Version 1.7
- Added blanking TRESET (LOW) signal before sending data to LEDs.
- Increased timer_buffer to uint16 to support blanking signal duration. Maybe there is a better way to do the initial low & save memory?
- Bug fix: Turn off remaining LEDs when reducing the number of LEDs.
- Version 1.6
- Added support for up to 1000 LEDs (max set in led_driver.h)
- Added "dirty flag" to get rid of flicker when not updating the LEDs