In this post I’ll show you how to implement a marquee running on an Arduino Pro Mini (5V). The project uses a slightly adapted version of the C source we developed for running the same project based on a Raspberry Pi 3B+. The main changes werd applied due to the two function void setup() and… Read more Marquee on a 8×8 LED Matrix Display run by a Battery powered Arduino Pro Mini
Tag: marquee
Font Design for Raspberry Marquee Project
Since the 8×8 LED Matrix Display I used in my marquee project is able to display 8×8 pixel sized letters and I am a great fan of the old Commodore 64 I designed the the font according to the C64 charset visible here: Based on the hardware reference provided here you can get the information… Read more Font Design for Raspberry Marquee Project
Create a Marquee with your Raspberry Pi
The aim of this project is to generate a marquee (scrolling text) using a Raspberry Pi and a 8×8 LED Matrix Display. If you don’t yet have a Pi, get one. I have bought a Raspberry Pi 3B+, which is powerful enough to run a Linux with a graphical UI. There are lots of web-shops… Read more Create a Marquee with your Raspberry Pi