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

Add support for ILI9488 #166

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Add support for ILI9488 #166

merged 1 commit into from
Jan 22, 2025

Conversation

rfuest
Copy link
Collaborator

@rfuest rfuest commented Jan 18, 2025

This PR adds official support for the ILI9488. As reported in #158 it did already work by using the ILI9486 code.

@rfuest rfuest requested a review from almindor as a code owner January 18, 2025 20:08
@rfuest rfuest marked this pull request as draft January 18, 2025 20:12
@rfuest
Copy link
Collaborator Author

rfuest commented Jan 18, 2025

I believe the warnings about RGB565 not being supported via SPI aren't correct. This might only apply to 3 line serial and not 4 line serial. I'll need to check this again before the PR can be merged.

@NotABadger
Copy link

Using the ILI9488 datasheet , on page 119 (3 wire SPI) and page 121 (4 wire spi) it mentions that it supports 3 bit input or 18 bit input. That's why I mentioned it.

Copy link
Owner

@almindor almindor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rfuest rfuest marked this pull request as ready for review January 22, 2025 01:33
@rfuest
Copy link
Collaborator Author

rfuest commented Jan 22, 2025

I've removed the warning about the color format, because this will be handled by the solution to issue #167.

@rfuest rfuest merged commit 60bbf6f into almindor:master Jan 22, 2025
15 checks passed
@rfuest rfuest deleted the ili9488 branch January 22, 2025 01:35
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

Successfully merging this pull request may close these issues.

3 participants