File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Connections as setup in HELLO_WORLD.ino test file.
116
116
| --- | --- | --- | --- |
117
117
| 1 | LED | VCC 3.3 | VCC 3.3|
118
118
| 2 | SCLK | MCU SPI CLK | GPIO12 |
119
- | 3 | SDA | MCU MOSI CLK | GPIO13 |
119
+ | 3 | SDA | MCU MOSI | GPIO13 |
120
120
| 4 | A0/DC | GPIO5 | GPIO5 |
121
121
| 5 | RESET | GPIO4 | GPIO4 |
122
122
| 6 | SS/CS | GPIO15 | GPIO15 |
@@ -127,23 +127,23 @@ Connections as setup in HELLO_WORLD.ino test file.
127
127
1 . This is a 3.3V logic device do NOT connect the I/O logic lines to 5V logic device.
128
128
2 . SW SPI pick any GPIO you like , HW SPI SCLK and SDA will be tied to MCU SPI interface.
129
129
3 . Backlight on/off control is left to user.
130
+ 4 . NOTE: Connect LED backlight pin 1 thru a resistor to VCC.
130
131
131
132
## Tested
132
133
133
134
Tested with both software and hardware SPI on:
134
135
135
136
- ** ESP32**
136
137
- ** Arduino UNO R4 Minima**
137
- * Frame buffer example is not supported on this board.*
138
-
138
+
139
139
Compiled only (not fully hardware-tested) on:
140
140
141
141
- ** Arduino UNO**
142
142
- ** ESP8266**
143
143
- ** STM32 “Blue Pill”**
144
144
145
145
> 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.
147
147
148
148
149
149
## Output
You can’t perform that action at this time.
0 commit comments