ST7789 & NodeMCU esp8266 #2359
minimoibientot
started this conversation in
Compatible support libraries
Replies: 1 comment 1 reply
-
The display brightness is dependant on the backlight LED brightness and is not controlled by the processor. It is dependant on the display design and supply voltage. The image does show inverted collours. You need to add ONE of the following lines to the setup file to corect this: #define TFT_INVERSION_ON |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
good morning
I bought this card : NodeMcu v3 CH340 ESP8266
https://fr.aliexpress.com/item/1005004527993328.html?spm=a2g0o.order_list.order_list_main.17.3aa9caa4NUZJts&gatewayAdapt=glo2fra
and this screen : 1.44' 128*128 RGB TFT ST7789VW
https://fr.aliexpress.com/item/32996979276.html?spm=a2g0o.order_list.order_list_main.29.3aa95e5b7YnT9t&gatewayAdapt=glo2fra
Connected PINs :
GND => G
VCC => 3v
SCL => D5
SDA => D7
RES => D2
DC => D1
CS => NC
BLK => NC
user_setup_select.h
#define ST7789_2_DRIVER
#define TFT_WIDTH 128
#define TFT_HEIGHT 128
#define TFT__DC 5
#define TFT__RST 4
I find the colors poorly defined
and and dark luminosity
I have to connect or configure otherwise?
thank you
Beta Was this translation helpful? Give feedback.
All reactions