Replies: 2 comments 1 reply
-
Hi @CHCHmark, I have not work with this TFT controller but seems there are several color set types. Can you try modifying this #define line in your setup 2 file:
with these one by one: ST7735_INITB I suggest power cycling the display after each try BR, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Tim,
Thank You, that was the answer. I only needed to try ST7735_GREENTAB to sort it.
Appreciate your help.
Cheers
Mark
…________________________________
From: Basitadam ***@***.***>
Sent: Tuesday, 5 November 2024 18:41
To: Bodmer/TFT_eSPI ***@***.***>
Cc: Mark Weir - Fun Drum Ltd ***@***.***>; Mention ***@***.***>
Subject: Re: [Bodmer/TFT_eSPI] TFT 120 x 160 (Chinese) Blue Background (Discussion #3536)
Hi @CHCHmark<https://github.com/CHCHmark>,
I have not work with this TFT controller but seems there are several color set types. Can you try modifying this #define line in your setup 2 file:
#define ST7735_REDTAB
with these one by one:
ST7735_INITB
ST7735_GREENTAB
ST7735_GREENTAB2
ST7735_GREENTAB3
ST7735_GREENTAB128
ST7735_GREENTAB160x80
ST7735_ROBOTLCD
ST7735_REDTAB160x80
ST7735_REDTAB
ST7735_BLACKTAB
I suggest power cycling the display after each try
BR,
Tim
—
Reply to this email directly, view it on GitHub<#3536 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4IZX5W6BR4Q4JFJ47EILCTZ7BLBHAVCNFSM6AAAAABRFP7UJOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJVGAZTGNA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
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
-
Hi guys,
I'm working with a 160 x 120 ST7735 TFT using the eSPI library setup 2. When it powers up I can see the expected code but there is a blue background over everything. I have tried resetting the colour order to no avail. Picture attached
Have no problems with this library and other displays so it could be a different driver chip on the display. Any thoughts gratefully received. Cheers Mark
Beta Was this translation helpful? Give feedback.
All reactions