Open AlexPotterOnGit opened 2 years ago
https://www.aliexpress.com/item/1005003754253714.html?spm=a2g0o.order_list.0.0.71e71802uUTrin Exactly the display model
Did you ever get this to work?
Unfortunately not.
I'm currently working on a new display platform that will use the Arduino_GFX library. As soon i finish it i ping you guys to test it out.
Great news, appreciated for support and update!
Dear @nielsnl68 do you have any updates on the project? I'm stuck with the same issue.
Sadly not yet sorry, am doing a big house renovation atm, creating my own mancave so i can do more development etc. And i have been overthinking how to go next with that project because the idea i had before was not what i expected.
Any news on this? Is it working now? I have a screen on order and would like to know if it works or not. If it doesn't, then I will skip ESPhome altogether.
I'm having exactly the same problem with ESP8266. Latest tft ST7789 1.33" , SPI interface, model GMT130 v1.0 and model YY-PS130 v4.0 dated 2023 and 2024 do not work. On the contrary previous tft ST7789 1.33" model FP-133H010 dated 2021 worked very well. Below the configuration for ESP8266 working fine: Library used: Adafruit_GFX.h Adafruit_ST7789.h Initialized as: tft.init(240, 240, SPI_MODE2) Pinout connection for ESP8266 nodemcu V3 to tft ST7789 1.33". TFT_RST 4 ( D2 ) ----> RES pin of ST7789 TFT_DC 5 ( D1 ) ----> DC pin of ST7789 TFT_CS -1 witout CS pin piu -1 TFT_MOSI 13 ( D7 ) ----> SDA pin of ST7789 TFT_SCLK 14 ( D5 ) ----> SCL pin of 7789 G -----> GND pin of ST7789 3v -----> VCC pin of ST7789 3v -----> BLK pin of ST7789
Please show the yaml file with any related logs obtained via the USB and the test image created with the yaml example at: https://esphome.io/components/display/#color-test-pattern
Solved just now. For this new tft 1.3 display, when init use spi mode 3 rarher than spi mode 2 and all works fine. Thank for interest.
Il Sab 17 Feb 2024, 14:47 nielsnl68 @.***> ha scritto:
Please show the yaml file and the test image created with the yaml example in: https://esphome.io/components/display/#color-test-pattern
— Reply to this email directly, view it on GitHub https://github.com/esphome/issues/issues/3591#issuecomment-1950199902, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBYMGV37FLSUI2A7ILJLBELYUCYFLAVCNFSM6AAAAAAQPOCQEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGE4TSOJQGI . You are receiving this because you commented.Message ID: @.***>
Dear @michelinostreet, can you share your config.yaml? I am retaking the project, but so far I'm still having issues. I'm using this display: https://www.aliexpress.com/item/1005005238299349.html?spm=a2g0o.order_list.order_list_main.75.5a5c1802mGSiGr, but should be compatible...
Thanks and best regards.
Hi, I do not know that particular item. Anyway for my experience ST7789 display tft 7 pins 240*240 bought before year 2022 were using SPI_MODE2 items after 2022 must be configured as SPI_MODE3 https://it.aliexpress.com/item/1005002287169427.html?spm=a2g0o.order_list.order_list_main.61.7df73696u6uCoA&gatewayAdapt=glo2ita
// VCC 3.3v // GND ground // BLK 3.3v
Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RST); tft.init(240, 240, SPI_MODE3); // Init ST7789 240x240
Il giorno sab 24 feb 2024 alle ore 19:09 J.G.Aguado < @.***> ha scritto:
Dear @michelinostreet https://github.com/michelinostreet, can you share your config.yaml? I am retaking the project, but so far I'm still having issues. I'm using this display: https://www.aliexpress.com/item/1005005238299349.html?spm=a2g0o.order_list.order_list_main.75.5a5c1802mGSiGr, but should be compatible...
Thanks and best regards.
— Reply to this email directly, view it on GitHub https://github.com/esphome/issues/issues/3591#issuecomment-1962442258, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBYMGV7Z2LH3KURRAJGGIGLYVIUFVAVCNFSM6AAAAAAQPOCQEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGQ2DEMRVHA . You are receiving this because you were mentioned.Message ID: @.***>
-- Stefano Pellegrinelli https://michelinostreet.altervista.org
What about ST7789V2 from WaveShare. How to make it work?
The problem
ST7789V2 240 (H)x280 (V) display doesn't work with Adafruit RR 280x240 config option.
Which version of ESPHome has the issue?
2022.8.3
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.9.4
What platform are you using?
ESP32
Board
ESP-WROOM-32
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response