Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 925 Bytes

readme.md

File metadata and controls

59 lines (39 loc) · 925 Bytes

Lesson 02

In this lesson there is some movement on the Matrix LED. No further libraries or packages are required here either.

Random Colors

File: ShowRandomColors.py

# execute example
$ sudo python ./ShowColors.py

Simple Clock

File: SimpleClock.py

# execute example
$ sudo python ./SimpleClock.py

Advanced Clock

File: AdvancedClock.py

# execute example
$ sudo python ./AdvancedClock.py

Text Scroller

File: TextScroller.py

# execute example
$ sudo python ./TextScroller.py

Image Scroller

File: ImageScroller.py

# execute example
$ sudo python ./ImageScroller.py

Top Down Images

File: TopDownImages.py

# execute example
$ sudo python ./TopDownImages.py

Go Back