Skip to content

Releases: merijndewit/Led-Engine

v0.1.2

28 Apr 13:09
8f2d96f
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

LedEngine new additions in v0.1.2:

  • Redesigned UI
  • Rewritten program into classes(so everything is more organised/easier to understand)
  • added a pixelbuffer and color class so it will be easyer for other users to implement their own code (instructions soon)
  • you are now able to drag with your mouse over the canvas to draw
  • multiple Led-Panel support!!
  • improved install/run script

modes:
led strip:

  • sine wave
  • star effect
  • fire effect
  • Knight Rider

Led Panel:

  • Display Text
  • Fish tank

LED-Engine release v0.1.1

10 Feb 14:13
Compare
Choose a tag to compare
Pre-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).

LED-Engine release v0.1.0

07 Feb 13:42
5e9bf7d
Compare
Choose a tag to compare
Pre-release

LED-Engine's first release!

This is release v0.1.0.

The release contains two different images. You only have to create a bootable sd card with the correct image. put the sd card in your pi and run LED-Engine without having to install anything. The images are a modified Raspberry pi os lite (bullseye).

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).

This release adds the following features:

  • Static Color
  • Rainbow mode
  • Conway's Game of Life
  • Langton's Ant
  • Brian's Brain
  • WireWorld
  • Drawing canvas
  • Display images (from image url or upload)
  • Display gif

This release contains two images for 2 arm architecture: ARMv6 and ARMv7.
Below you can see what image is compatible with what pi.

LedEngine_Image_ARM6_v0.1.0

  • Pi zero W
  • Pi 1

LedEngine_Image_ARM7_v0.1.0

  • Pi 2
  • Pi 3
  • Pi 4

Enjoy LED-Engine!