-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hey,
i am on the way to make for your Project an Fritzing Connection scheme but actually i have a Problem with PIN 12 in Master/devicePinSetup i see the following line
#define SPI_TFT_RST_PIN 12 /* Goes to TFT RESET */
but i cant find anywhere a description of that pin... not on the Pinout on the web or in the PIN-Description of the Arduino ESP 1.0.4 Core Package. can you please describe or change the title to the Original Board Marking like so:
#define SPI_SCK_PIN 25 /* Goes to TFT SCK/CLK, Board PIN IO25*/
#define SPI_MOSI_PIN 32 /* Goes to TFT MOSI, Board PIN IO32 /
#define SPI_TFT_RST_PIN 12 / Goes to TFT RESET, Board PIN ??GPIO12/TDI?? /
#define SPI_TFT_CS_PIN 4 / Goes to TFT CS,Board PIN IO4 /
#define SPI_SD_CS_PIN 0 / Goes to SD CS,Board PIN IO0 /
#define SPI_MISO_PIN 39 / Goes to TFT MISO,Board PIN ??SVN/GPIO39?? /
#define TOUCH_CS_PIN 33 / Goes to TFT T_CS,Board PIN IO33 /
#define TOUCH_IRQ_PIN 35 / Goes to TFT T_IRQ, Board PIN IO35 */
That willl be very helpfull, thank for your Hard work.
If iam ready then you can upload something like this:
Actually this is only Prototyping not the endproduct.