Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No RM690B0 display driver for Lilygo T4-S3 (ESP32 Amoled Touch) #464

Closed
richgain opened this issue Apr 9, 2024 · 3 comments
Closed

No RM690B0 display driver for Lilygo T4-S3 (ESP32 Amoled Touch) #464

richgain opened this issue Apr 9, 2024 · 3 comments

Comments

@richgain
Copy link
Sponsor

richgain commented Apr 9, 2024

Hi again,
I would love to be able to use Arduino_GFX with the Lilygo T-Display Amoled T4-S3 ( https://www.lilygo.cc/products/t4-s3 ) but have not yet been able to find a way to do so.

The LILYGO_T_DISPLAY_S3_AMOLED makes use of your Arduino_RM67162 driver and works very well, but the newer Amoled T4-S3 is based on the 450x600 pixel RM690B0 display and I have not found a suitable driver for this display yet.

Is this something that could be supported in future?
Thanks.

@nikthefix
Copy link

nikthefix commented Apr 10, 2024

@richgain

The RM67162 driver is actually compatible with the T4-S3. You'll need to change the pin assignments and the QSPI frequency - 36MHz works for me. Also, the T4 display has a 16px positive offset on the vertical axis (in landscape mode).

For the T4, gpio 9 needs to be set OUTPUT HIGH to enable the display.
Don't forget to change the display resolution to 600/450.

For a pinout reference see the attached test code (easier than wading thru the lilygo universal amoled lib).
t4_spectrum_raw.zip

nik

@richgain
Copy link
Sponsor Author

@nikthefix
Many thanks, nik. That's really helpful information.

Richard

@moononournation
Copy link
Owner

Latest version is supported LilyGo T4 S3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants