Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266 + 2.0 tft problem #74

Open
tomacaster opened this issue Dec 28, 2020 · 0 comments
Open

ESP8266 + 2.0 tft problem #74

tomacaster opened this issue Dec 28, 2020 · 0 comments

Comments

@tomacaster
Copy link

I wanted to test the library but unfortunately it doesn't work for me. I have olny white screen. Older fork works great but it haven't
important functionality.
https://github.com/jorgegarciadev/TFT_22_ILI9225
I have AMICA nodemcu and 11 pins 2.0 tft display (china).

When I use your library I get an error on the serial port like this:

 ets Jan  8 2013,rst cause:4, boot mode:(3,6)

wdt reset
load 0x4010f000, len 3584, room 16 
tail 0
chksum 0xb0
csum 0xb0
v2843a5ac
~ld

This is my pinout mapping:

static const uint8_t D0   = 16;
static const uint8_t D1   = 5;
static const uint8_t D2   = 4;
static const uint8_t D3   = 0;
static const uint8_t D4   = 2;
static const uint8_t D5   = 14;
static const uint8_t D6   = 12;
static const uint8_t D7   = 13;
static const uint8_t D8   = 15;
static const uint8_t D9   = 3;
static const uint8_t D10  = 1;


#define TFT_RST D4
#define TFT_RS  D2
#define TFT_CS  D8  // SS
#define TFT_SDI D7  // MOSI
#define TFT_CLK D5  // SCK
#define TFT_LED D1   // 0 if wired to +5V directly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant