Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jake1164/pico-rbg-matrix-p3-64x32
Example python code for the Waveshare Pico RGB Matrix Clock
https://github.com/jake1164/pico-rbg-matrix-p3-64x32
clock example-code led-matrix-panel raspbery-pi-pico rp2040 waveshare
Last synced: 2 days ago
JSON representation
Example python code for the Waveshare Pico RGB Matrix Clock
- Host: GitHub
- URL: https://github.com/jake1164/pico-rbg-matrix-p3-64x32
- Owner: jake1164
- License: mit
- Created: 2022-11-07T20:54:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T21:31:33.000Z (about 1 year ago)
- Last Synced: 2023-10-05T22:28:41.271Z (about 1 year ago)
- Topics: clock, example-code, led-matrix-panel, raspbery-pi-pico, rp2040, waveshare
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pico-RBG-Matrix-P3-64x32
This is the example micropython code for the [Waveshare Pico RGB Matrix Clock](https://www.waveshare.com/wiki/Pico-RGB-Matrix-P3-64x32). This version has been modified to be easier to understand by removing some unnecessary code.## Clock
If you are just looking for the clock firmware checkout the following:
* [Clock with Open Weather Map Data](https://github.com/jake1164/Pico-RGB-Matrix-Weather-Clock)
* [Clock with Tempest Weather Data](https://github.com/jake1164/tempest-led-weather-clock)## Requirements
The samples require using CircuitPython and some Adafruit CircuitPython libraries.### CircuitPython Version 8.x.x
This demo source has been updated to use CircuitPython 8.x.x. Download the latest 8.x.x version to install:To install download the latest 8.x.x version:
* [pico](https://circuitpython.org/board/raspberry_pi_pico/)
* [pico W](https://circuitpython.org/board/raspberry_pi_pico_w/)### Libraries
Circuit libraries are included in the lib folder, just copy them to the pico. To update them you need to download the Adafruit 8.x-mpy Bundle from [here](https://circuitpython.org/libraries) and update the specific libraries required by the sample code.### Documents
The schematics for this are included in the documents folder for reference.### Changes
* Added RTC demo
* Removed block of unused code from demo files making them easier to understand
* Switched rotation to display correct rotation
* Added Light Sensor demo
* Added shameless plug for other projects