mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Merge branch 'main' of https://github.com/ChuckBuilds/LEDMatrix
This commit is contained in:
32
README.md
32
README.md
@@ -15,14 +15,24 @@ Modular, rotating Displays that can be individually enabled or disabled per the
|
|||||||
|
|
||||||
### Time and Weather
|
### Time and Weather
|
||||||
- Real-time clock display
|
- Real-time clock display
|
||||||
- Current Weather, Daily Weather, and Hourly Weather Forecasts with icons from
|
- 
|
||||||
|
- Current Weather, Daily Weather, and Hourly Weather Forecasts
|
||||||
|
- 
|
||||||
|
- 
|
||||||
|
- 
|
||||||
|
|
||||||
- Google Calendar event display
|
- Google Calendar event display
|
||||||
|
|
||||||
### Sports Information
|
### Sports Information
|
||||||
The system supports live, recent, and upcoming game information for multiple sports leagues:
|
The system supports live, recent, and upcoming game information for multiple sports leagues:
|
||||||
- NHL (Hockey)
|
- NHL (Hockey)
|
||||||
|
- 
|
||||||
|
- 
|
||||||
|
- 
|
||||||
- NBA (Basketball)
|
- NBA (Basketball)
|
||||||
- MLB (Baseball)
|
- MLB (Baseball)
|
||||||
|
- 
|
||||||
|
- 
|
||||||
- NFL (Football)
|
- NFL (Football)
|
||||||
- NCAA Football
|
- NCAA Football
|
||||||
- NCAA Men's Basketball
|
- NCAA Men's Basketball
|
||||||
@@ -34,6 +44,8 @@ The system supports live, recent, and upcoming game information for multiple spo
|
|||||||
- Near real-time stock & crypto price updates
|
- Near real-time stock & crypto price updates
|
||||||
- Stock news headlines
|
- Stock news headlines
|
||||||
- Customizable stock & crypto watchlists
|
- Customizable stock & crypto watchlists
|
||||||
|
- 
|
||||||
|
|
||||||
|
|
||||||
### Entertainment
|
### Entertainment
|
||||||
- Music playback information from multiple sources:
|
- Music playback information from multiple sources:
|
||||||
@@ -41,10 +53,13 @@ The system supports live, recent, and upcoming game information for multiple spo
|
|||||||
- YouTube Music integration
|
- YouTube Music integration
|
||||||
- Album art display
|
- Album art display
|
||||||
- Now playing information with scrolling text
|
- Now playing information with scrolling text
|
||||||
|
- 
|
||||||
|
|
||||||
|
|
||||||
### Custom Display Features
|
### Custom Display Features
|
||||||
- Custom Text display
|
- Custom Text display
|
||||||
- Youtube Subscriber Count Display
|
- Youtube Subscriber Count Display
|
||||||
|
- 
|
||||||
- Font testing and customization
|
- Font testing and customization
|
||||||
- Configurable display modes
|
- Configurable display modes
|
||||||
|
|
||||||
@@ -77,6 +92,19 @@ The system can be configured through a JSON configuration file that allows users
|
|||||||
- DC Power Supply for Adafruit RGB HAT
|
- DC Power Supply for Adafruit RGB HAT
|
||||||
-- https://www.adafruit.com/product/658
|
-- https://www.adafruit.com/product/658
|
||||||
|
|
||||||
|
## Optional but recommended mod for Adafruit RGB Matrix Bonnet
|
||||||
|
- By soldering a jumper between pins 4 and 18, you can run a specialized command for polling the matrix display. This provides better brightness, less flicker, and better color.
|
||||||
|
- If you do the mod, we will use the command: --led-gpio-mapping=adafruit-hat-pwm, otherwise just use --led-gpio-mapping=adafruit-hat
|
||||||
|
- More information available: https://github.com/hzeller/rpi-rgb-led-matrix/tree/master?tab=readme-ov-file
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Overall 2 Matrix display with Rpi connected.
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -521,4 +549,4 @@ If configured correctly, you can then run:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 display_controller.py
|
python3 display_controller.py
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user