Skip to content

Commit bb17a65

Browse files
Update Documents
1 parent df7f351 commit bb17a65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Connections as setup in HELLO_WORLD.ino test file.
116116
| --- | --- | --- | --- |
117117
| 1 | LED | VCC 3.3 | VCC 3.3|
118118
| 2 | SCLK | MCU SPI CLK | GPIO12 |
119-
| 3 | SDA | MCU MOSI CLK | GPIO13 |
119+
| 3 | SDA | MCU MOSI | GPIO13 |
120120
| 4 | A0/DC | GPIO5 | GPIO5 |
121121
| 5 | RESET | GPIO4 | GPIO4 |
122122
| 6 | SS/CS | GPIO15 | GPIO15 |
@@ -127,23 +127,23 @@ Connections as setup in HELLO_WORLD.ino test file.
127127
1. This is a 3.3V logic device do NOT connect the I/O logic lines to 5V logic device.
128128
2. SW SPI pick any GPIO you like , HW SPI SCLK and SDA will be tied to MCU SPI interface.
129129
3. Backlight on/off control is left to user.
130+
4. NOTE: Connect LED backlight pin 1 thru a resistor to VCC.
130131

131132
## Tested
132133

133134
Tested with both software and hardware SPI on:
134135

135136
- **ESP32**
136137
- **Arduino UNO R4 Minima**
137-
*Frame buffer example is not supported on this board.*
138-
138+
139139
Compiled only (not fully hardware-tested) on:
140140

141141
- **Arduino UNO**
142142
- **ESP8266**
143143
- **STM32 “Blue Pill”**
144144

145145
> Some examples on low-RAM MCUs will fail( insufficient memory ), numerous fonts and bitmap data are included.
146-
> Frame buffer mode requires sufficient dynamic memory for the buffer — see the README in display16_LTSM for details.
146+
> Frame buffer mode example requires sufficient dynamic memory for the buffer — see the README in display16_LTSM for details.
147147
148148

149149
## Output

0 commit comments

Comments
 (0)