Skip to content

LED-Engine release v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@merijndewit merijndewit released this 07 Feb 13:42
· 192 commits to main since this release
5e9bf7d

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!