mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-07 06:34:44 +02:00
Correct comment
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
// Display LED to NodeMCU pin VIN (or 5V, see below)
|
// Display LED to NodeMCU pin VIN (or 5V, see below)
|
||||||
// Display SCK to NodeMCU pin CLK
|
// Display SCK to NodeMCU pin CLK
|
||||||
// Display SDI/MOSI to NodeMCU pin SD1
|
// Display SDI/MOSI to NodeMCU pin SD1
|
||||||
// Display DC (or AO)to NodeMCU pin D8
|
// Display DC (or AO)to NodeMCU pin D5
|
||||||
// Display RESET to NodeMCU pin D4 (or RST, see below)
|
// Display RESET to NodeMCU pin D4 (or RST, see below)
|
||||||
// Display CS to NodeMCU pin D3
|
// Display CS to NodeMCU pin D3
|
||||||
// Display GND to NodeMCU pin GND (0V)
|
// Display GND to NodeMCU pin GND (0V)
|
||||||
@@ -160,4 +160,4 @@
|
|||||||
// TFT MISO to GPIO7/SDD0 (pin SD0 on a NodeMCU) - does not need to be connected
|
// TFT MISO to GPIO7/SDD0 (pin SD0 on a NodeMCU) - does not need to be connected
|
||||||
// TFT SCK to GPIO6/SDCLK (pin CLK on a NodeMCU)
|
// TFT SCK to GPIO6/SDCLK (pin CLK on a NodeMCU)
|
||||||
|
|
||||||
#define TFT_SPI_OVERLAP
|
#define TFT_SPI_OVERLAP
|
||||||
|
Reference in New Issue
Block a user