No description
Find a file
2020-08-25 19:51:11 -07:00
fonts Initial commit 2019-12-17 19:33:59 -08:00
graphics arcade_clock.py: tweak colors, add 64x32 mode 2020-01-26 18:08:50 -08:00
.gitignore Initial commit 2019-12-17 19:33:59 -08:00
accel.py Minor .py changes for latest Raspbian and PIL 2020-08-25 19:51:11 -07:00
arcade_clock.py arcade_clock.py: tweak digit fade-in 2020-01-26 18:12:12 -08:00
audio.py Arcade clock (dessert) working at 32x16 2020-01-25 22:20:34 -08:00
bargraph.py Add gifplay.py, fix other scripts for python3 2019-12-20 21:10:16 -08:00
boilerplate.py Initial commit 2019-12-17 19:33:59 -08:00
boilerplate_pil.py Initial commit 2019-12-17 19:33:59 -08:00
cpu_load.py Minor .py changes for latest Raspbian and PIL 2020-08-25 19:51:11 -07:00
fb2matrix.py Minor .py changes for latest Raspbian and PIL 2020-08-25 19:51:11 -07:00
gifplay.py Minor .py changes for latest Raspbian and PIL 2020-08-25 19:51:11 -07:00
idle.py Add fb2matrix.py, update selector.py 2020-01-06 21:37:06 -08:00
ip_address.py Update selector, add cpu_load and ip_address 2019-12-31 20:27:01 -08:00
life.py Add gifplay.py, fix other scripts for python3 2019-12-20 21:10:16 -08:00
nextbus_matrix.py NextBus working all buttery-like 2020-01-24 15:49:59 -08:00
nextbus_predict.py NextBus working all buttery-like 2020-01-24 15:49:59 -08:00
nextbus_routefinder.py Add NextBus scripts (nextbus_matrix is very WIP!) 2020-01-23 21:28:29 -08:00
nextbus_simple.py Add NextBus scripts (nextbus_matrix is very WIP!) 2020-01-23 21:28:29 -08:00
pixeldust.py Tidy up sand demo, add to selector.py 2020-01-10 19:36:34 -08:00
README.md Initial commit 2019-12-17 19:33:59 -08:00
selector.py Arcade clock (dessert) working at 32x16 2020-01-25 22:20:34 -08:00
spectrobase.py Use integer division in halve() function 2020-08-15 09:16:33 -07:00

Adafruit_Spectro_Pi

Fonts from GNU FreeFont, GPLv3. https://www.gnu.org/software/freefont/ spectrobase.py is a derivative of samplebase.py from hzeller's rpi-rgb-led-matrix Python examples, GPLv2. https://github.com/hzeller/rpi-rgb-led-matrix