Skip to content

LED-Engine release v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@merijndewit merijndewit released this 10 Feb 14:13
· 179 commits to main since this release

LED.Engine v0.1.1 is out!

Changes:

  • added shell script to start entire program
  • scripts can now be executed from another directory
  • createImage wont accept empty strings anymore
  • program wont read pixelsToSend if it's empty
  • trying to play non downloadable gif will play the previous loaded gif
  • python program doesnt have to restart after setting pixel width and height
  • added proper index page
  • organised the page by adding more panels
  • program now checks if needed directories exists and makes them
  • All the running modes will get terminated when user starts a mode (to prevent 2 modes running at the same time)

Fixes:

  • program wont stop if a non downloadable url is entered
  • fixed buttons and colorpicker on mobile devices

Note: I reccomend installing the image headless so you wont have to hook up the pi to a monitor and/or keyboard. To do that simply add these files to the boot filder of the sd card after creating a bootable sd card with the correct image. Inside the wpa_config edit : "put-your-ssid-here" to your network name and
"put-your-wifi-password-here" to your network password (only 2G networks work on the pi zero and pi 1).