Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display text on raspberry-pi RGB matrix

This Lua project can display text on RGB matrix in two modes: letter by letter or using sliding window:

local Display = require("display")

display = Display:new()
display:show("ab", "#F5052D")
--- Use sliding window
display:show("abc", "#F5052D", true)

Execute the following command on your Raspberry PI:

lua main.lua

About

Display text on raspberry-pi RGB matrix

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages