mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +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
|
||||
- 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
|
||||
|
||||
### Sports Information
|
||||
The system supports live, recent, and upcoming game information for multiple sports leagues:
|
||||
- NHL (Hockey)
|
||||
- 
|
||||
- 
|
||||
- 
|
||||
- NBA (Basketball)
|
||||
- MLB (Baseball)
|
||||
- 
|
||||
- 
|
||||
- NFL (Football)
|
||||
- NCAA Football
|
||||
- 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
|
||||
- Stock news headlines
|
||||
- Customizable stock & crypto watchlists
|
||||
- 
|
||||
|
||||
|
||||
### Entertainment
|
||||
- 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
|
||||
- Album art display
|
||||
- Now playing information with scrolling text
|
||||
- 
|
||||
|
||||
|
||||
### Custom Display Features
|
||||
- Custom Text display
|
||||
- Youtube Subscriber Count Display
|
||||
- 
|
||||
- Font testing and customization
|
||||
- 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
|
||||
-- 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
|
||||
python3 display_controller.py
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user