Update README.md

This commit is contained in:
M-Factory
2025-10-11 01:15:28 +09:00
committed by GitHub
parent 0427290314
commit f05841a90c

View File

@@ -85,6 +85,26 @@ ESPTimeCast has been featured on:
<img src="assets/wiring2.png" alt="Wiring" width="800" />
**Board-Specific Pin Adjustments**
- For Wemos D1 Mini (ESP8266, USB-C version):
Some USB-C variants use different boot-sensitive pins.
If your MAX7219 only lights up but doesnt update, change D6 → D5 on your board and in the sketch:
- #define CLK_PIN 14 // D5
- #define DATA_PIN 15 // D8
- #define CS_PIN 13 // D7
- For Wemos D1 Mini ESP32:
The ESP32 version uses a different pin mapping.
Update the sketch as follows:
- #define CLK_PIN 18 // D5
- #define CS_PIN 5 // D8
- #define DATA_PIN 23 // D7
Tip: Always double-check that VCC (5 V), GND, and DIN/CS/CLK match your MAX7219 modules pin order — different modules sometimes label them differently.
**Important hardware update:**
After observing overheating issues and unstable behavior when powering the MAX7219 matrix from the Mini D1s 3.3V pin, were officially switching to powering the display via the 5V USB rail instead.
@@ -334,5 +354,6 @@ If you enjoy this project, please consider supporting my work: