Skip to content
Discussion options

You must be logged in to vote

I suggest to wire the led-blacklight to 3,3v,here my setup working:

//-----------------------------------------------------------

#define ILI9341_DRIVER

//MOSI>D7,SCK>D5, MISO> better (on the air)

#define TFT_CS PIN_D0 // SS/RS - Chip select control pin D8
#define TFT_DC PIN_D8 // Data Command control pin
#define TFT_RST -1 // Set TFT_RST to -1 if the display RESET is connected to NodeMCU RST or 3.3V

//#define TOUCH_CS PIN_D3 // Chip select pin (T_CS) of touch screen

#define LOAD_GLCD // Font 1. Original Adafruit 8 pixel font needs ~1820 bytes in FLASH
#define LOAD_FONT2 // Font 2. Small 16 pixel high font, needs ~3534 bytes in FLASH, 96 characters
#define LOAD_FONT4 // Font 4. Medium 26 …

Replies: 14 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Bodmer
Comment options

@Bodmer
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Bodmer
Comment options

Comment options

You must be logged in to vote
1 reply
@Bodmer
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by karstengit
Comment options

You must be logged in to vote
2 replies
@Bodmer
Comment options

@karstengit
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@Bodmer
Comment options

@karstengit
Comment options

@Bodmer
Comment options

@karstengit
Comment options

Comment options

You must be logged in to vote
1 reply
@karstengit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
Converted from issue

This discussion was converted from issue #2144 on November 07, 2022 15:36.