You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me hours to find out what is the issue, because under some reasons a few displays are working even though it is the wrong SPI mode.
Thanks for this great ESP port of the library!
The text was updated successfully, but these errors were encountered:
Hello,
the ST7789 driver has a valid signal on SDA the rising edge of the clock. (Datasheet page 34 of the ST7789 driver)
So in the lvgl_spi_conf.h there is an issue:
The SPI_TFT_SPI_MODE needs to be 3 according to the ESP driver definition
It took me hours to find out what is the issue, because under some reasons a few displays are working even though it is the wrong SPI mode.
Thanks for this great ESP port of the library!
The text was updated successfully, but these errors were encountered: