Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.99 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.99 KB

Adafruit LED matrix driver in rust

Authors

About this project

Table of contents

  1. Effects
  2. Links

RGB Matrix example 1 RGB Matrix example 2

1. Effects

1.A Possibles Modes

  • Show a picture arg[1]=<picture>.ppm (lab 3)
  • Show a text arg[1]=<text>.txt (killer feature)

1.B Possibles Effects

(pass to arg[x] after passing mode arguments)

Color Effects

  • --colors=grey
  • --colors=invert
  • --colors=gamma

Mirror Effects

  • --mirror=vertical
  • --mirror=horizontal

Other Effects

  • --scroll

1.C NEWS API

  • cd text; python3 Main.py; cd ..; sudo cargo run text/LatestNews.txt --scroll

2. Links