Skip to content

Releases: Cherozene/aLED

v1.3 - Great optimization update

22 Sep 11:16
Compare
Choose a tag to compare
  • Python code now sends a binary data stream containing LEDs colors to the Arduino (using Python's bytearray) instead of a string.
  • Brand new Arduino code, to decode the new binary data stream.

That saves around 100+ milliseconds of processing. The dynamic screen LEDs are now updated ~14 times per second (14 fps) instead of ~5 fps previously.

v1.2.1 - Important fix regarding luminosity.

14 Sep 21:19
Compare
Choose a tag to compare
Fix regarding unicolor when luminosity not 100%

v1.2 - Luminosity update

12 Sep 18:10
Compare
Choose a tag to compare

User can know set the luminosity with a slider.
Luminosity can be used for unicolor mode only (at least for now), since the dynamic screen light needs the full luminosity range to best stick to the screen.

v1.1

10 Sep 18:36
Compare
Choose a tag to compare

First version, mostly clean, functional. (C/Sh)ould be optimized. New features to come (luminosity and other configurable stuff).