7m4mon / iot_ledmatrix_sash

shows a bitmap file or any strings on WS2812 LED MATRIX from HTTP Server with Raspbeery Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • IoT ledmatrix sash [tasuki]

  • Author : 7M4MON (2018-2022)

  • This program shows a bitmap file or any strings on WS2812 LED MATRIX (8x32)

  • Execute with add '-s' opthon, enables HTTP Server.

  • When execute without option, shows rainbow and image file and string. (see main function)

  • useage: sudo python iot_ledmatrix_sash.py -s

  • Using Lbrary : Neopixel rpi_ws281x (https://github.com/jgarff/rpi_ws281x)

  • PIL, numpy, cgi, cgitb, HTTPServer

  • Using Fonts: 'Minecraftia-Regular.ttf' by Andrew Tyler (http://www.dafont.com/bitmap.php)

  • Tested with Raspberry Pi Type B and Raspberry Pi Zero W

Discription : http://nomulabo.com/ws2812b_led_matrix/

About

shows a bitmap file or any strings on WS2812 LED MATRIX from HTTP Server with Raspbeery Pi.

License:MIT License


Languages

Language:Python 78.4%Language:HTML 21.6%