Using the GFX library, I am not seeing SPI signals using ST7701s device with ESP32? #312
Closed
puddletowntom
started this conversation in
General
Replies: 1 comment 1 reply
-
There are only a very short period have SPI signal while calling begin() function. |
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
-
I was trying to run the HelloWorld example using your GFX library with the ST7701s IC driver. I am using the official Espressif dev board (ESP32-S3-WROOM-1 N8R8). From your wiki article on device declaration, I used the code below.
I was able to get HSYNC, VSYNC, PCLK, DE signals when looking at the osciliscope but i am not seeing an SPI signals. Eg pin 48, 47 have no signals appearing on the scope? Interestingly, when i try many of the other examples from your wiki I see the SPI signals. I tested with ST7789 and I can see the SPI signals.
https://github.com/moononournation/Arduino_GFX/wiki/Dev-Device-Declaration
I noticed from the example from Makerfabs in the link below that there are compatibility issues with version is 1.3.1 and to use the latest version. However even when i use the latest version and test the makerfab device declaration I still dont see any SPI lines on the oscilloscope. I am surprised by this given many of the other examples seem to work? Has the device declaration from ST7701s become outdated?
https://github.com/Makerfabs/ESP32-S3-Parallel-TFT-with-Touch-4inch
Beta Was this translation helpful? Give feedback.
All reactions