T-Display S3 Support? #227
Replies: 4 comments 13 replies
-
It is already supported: https://youtu.be/kpRC64QNQAo Please find more details in PDqgraphicstest example |
Beta Was this translation helpful? Give feedback.
-
Please get update to check is it better now. |
Beta Was this translation helpful? Give feedback.
-
I've been using Arduino_GFX with a T-Display S3 and it works really well. I'm using the canvas object as a frambuffer which I "flush()" to the display once per frame redraw. I achieve approximately 26FPS, which is pretty good but it would be nice to have it a bit faster, and seems pushing the data to the ST7789 is the bottleneck (increasing the scene complexity doesn't slow the refresh significantly). My question is how to determine the speed of the 8bit Parallel bus, and can it be increased? -edit- I have played with the begin() function and managed to get the display functional up to a speed of 30800000, after which there is graphical corruption or just a blank display. |
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
-
Any thought about adding T-Display S3 support? If you've never seen one of these, here's a sample:
https://www.aliexpress.us/item/3256804516036483.html
It seems to be very different from other ESP32 chips. It runs parallel graphics on a gorgeous 170x320 display, so I'd love to use your code with it.
Beta Was this translation helpful? Give feedback.
All reactions