Cryptocurrency Price Ticker
I created a cryptocurrency price tracker that can track and display your favorite coins on an RGB Matrix. The project uses the Coingecko API to get the latest prices and cycles through them.
Supplies
Set Up the Hardware for the Matrix Portal
Follow this guide here: Link
Secrets.py
After setting up CircuitPython and connecting your Matrix Portal to your RGB Matrix Board, create a secrets.py file to handle WiFi in your root directory.
Downloads
Add the Following Code to Your Root Directory
This code is where the API calls are being made in addition to where things are being rendered on the screen. A key distinction to make is that in order to change the coins being returned in the API call, you need to change line 9. If you want to see the use being returned, you can look in the console at "value" being printed out.