-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Hi..anyone..
I just bought waveshare eap32 c5 NXRX ( N16 R8) ...and flashing bruce firm on TFt screen ST7789 170 x320. Flashing succefullilly..but no display on screen just blank screen with backlight ON. I have defined the pin
#define ST7789_DRIVER 1
#define TFT_RGB_ORDER 1
#define TFT_WIDTH 170
#define TFT_HEIGHT 320
#define TFT_BACKLIGHT_ON 1
#define TFT_BL 25
#define TFT_RST -1
#define TFT_DC 24
#define TFT_MISO -1
#define TFT_MOSI 6
#define TFT_SCLK 7
#define TFT_CS 23
#define TOUCH_CS 1
#define SMOOTH_FONT 1
#define SPI_FREQUENCY 20000000
#define SPI_READ_FREQUENCY 200 00000
#define SPI_TOUCH_FREQUENCY 2500000
anyone can help or give suggestion to solve this issue.,
Thanks
Reactions are currently unavailable