Skip to content

AlexPetul/raspberry_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages