Skip to content

Instantly share code, notes, and snippets.

@dglaude
Created September 28, 2020 16:25
Show Gist options
  • Save dglaude/25a8849c75b36d0c2b364c619ace661f to your computer and use it in GitHub Desktop.
Save dglaude/25a8849c75b36d0c2b364c619ace661f to your computer and use it in GitHub Desktop.
"analyse" of the various Matrix project on learn.adafruit
* Motion Controlled Matrix Bed Clock
https://learn.adafruit.com/motion-controlled-matrix-bed-clock
By Flavio Fernandes
RPI + Matrix Bonnet + 64*64 + APDS9960
=> The concept could be reused in CP mode, but require APDS9960
* RGB Matrix Automatic YouTube ON AIR Sign
By John Park
https://learn.adafruit.com/rgb-matrix-automatic-youtube-on-air-sign
Adafruit Metro M4 Express AirLift (WiFi) - Lite
Could be ported to Adafruit Matrix Portal
Stand alone use of request
* Halloween Countdown Display Matrix
By John Park
https://learn.adafruit.com/halloween-countdown-display-matrix
Adafruit Metro M4 Express AirLift (WiFi) - Lite
Could be ported to Adafruit Matrix Portal
* Stream Deck controlled RGB Message Panel using Adafruit IO
By M. LeBlanc-Williams
https://learn.adafruit.com/stream-deck-controlled-rgb-message-panel-using-adafruit-io/overview
Require Wifi, use Adafruit IO, but is written in Arduinon no Circuit Python version
* Custom Scrolling Quote Board Matrix Display
By John Park
https://learn.adafruit.com/aio-quote-board-matrix-display/code-the-quote-board
Circuit Python
This require Wifi and use Adafruit IO... but an offline version would be possible.
* Weather Display Matrix
By John Park
https://learn.adafruit.com/weather-display-matrix
Use Metro M4 Airlift Matrix Display and need AirLift to get Weather data
* Moon Phase Clock for Adafruit Matrix Portal
By Phillip Burgess
https://learn.adafruit.com/moon-phase-clock-for-adafruit-matrixportal
Require Wifi to get Moon phased (and time).
Made for the Matrix Portal
* Matrix Portal Creature Eyes
By Phillip Burgess
https://learn.adafruit.com/matrix-portal-creature-eyes
Made for Matrix Portal, but totally offline.
* SmartMatrix Animated GIF Player
By Louis Beaudoin
https://learn.adafruit.com/smartmatrix-animated-gif-player
Teensy/Arduino
Could be interesting to do in Circuit Python on other hardware
* SmartMatrix Remote Controlled LED Art Display
By Louis Beaudoin
https://learn.adafruit.com/smartmatrix-remote-controlled-led-art-display
Teensy/Arduino
Could be interesting to do in Circuit Python on other hardware
* RGB LED Matrices with CircuitPython
By Jeff Epler
https://learn.adafruit.com/rgb-led-matrices-matrix-panels-with-circuitpython
Pre-"Matrix Portal" guide, that explain rgbmatrix module and harware option ton connect.
A lot of example, that could be adapted to Matrix Portal.
* LED Matrix Scoreboard
By Ruiz Brothers
https://learn.adafruit.com/led-matrix-scoreboard
Pre-"Matrix Portal" guide, totally off-line example.
* Bitcoin Value RGB Matrix Display
By John Park
https://learn.adafruit.com/bitcoin-value-rgb-matrix-display
Use Adafruit Metro M4 Express AirLift (WiFi) - Lite
Need Wifi
* Ocean Epoxy Resin Lightbox with RGB LED Matrix Image Scroller
By Erin St Blaine
https://learn.adafruit.com/ocean-epoxy-resin-lightbox-with-rgb-led-matrix-image-scroller
No Wifi, M4+Wing
* Network Connected RGB Matrix Clock
By John Park
https://learn.adafruit.com/network-connected-metro-rgb-matrix-clock
Use internet, but just to get the time, could work with RTC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment