Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 590 Bytes

readme.md

File metadata and controls

32 lines (21 loc) · 590 Bytes

Lesson 01

In this lesson you will learn how to display static content on the Matrix LED. You do not need any further libraries or packages for this.

Show Static Text

File: ShowStaticText.py

# execute example
$ sudo python ./ShowStaticText.py

Show Static Image

File: ShowStaticImage.py

# execute example
$ sudo python ./ShowStaticImage.py

Draw Static Image

File: DrawStaticImage.py

# execute example
$ sudo python ./DrawStaticImage.py

Go Back