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

ili9488 module. #148

Merged
merged 9 commits into from
Jun 23, 2020
Merged

ili9488 module. #148

merged 9 commits into from
Jun 23, 2020

Conversation

quezadaminter
Copy link
Contributor

This module adds support for the ili9488 TFT controller. The basis for this module was the ili9486L driver that already existed in the code. The initialization calls were replaced with those found in sample code intended for micro controllers. It was tested with the 3.5" 320x480 display model ER-TFT035-6 from BuyDisplay.com.

MQ and others added 4 commits June 18, 2020 17:48
…model ER-TFT035-6. It was based on the ili9486L. The initialization code was replaced with the ili9488 sequence found in the BuyDisplay.com demo code for micro controllers. The rest of the code was left untouched, it seems the 9486 and 9488 share functionality.
@quezadaminter
Copy link
Contributor Author

Don't approve this, just realized I forgot to back out some changes done for testing.

@quezadaminter
Copy link
Contributor Author

Ok, sorry for the mess up. I backed out the changes that should not be a part of this request. It should be good to go now but do let me know if you want anything changed or corrected.

ili9488.cpp Outdated Show resolved Hide resolved
ili9488.cpp Show resolved Hide resolved
@juj
Copy link
Owner

juj commented Jun 22, 2020

Very nice work! Code looks all good, just a few questions regarding hooking up to the existing options.

@quezadaminter
Copy link
Contributor Author

I agree, let me look at these settings and see how the flags will apply.

Marco Quezada and others added 2 commits June 22, 2020 11:43
@quezadaminter
Copy link
Contributor Author

@juj updates are ready for review.

@juj juj merged commit 52484ca into juj:master Jun 23, 2020
@juj
Copy link
Owner

juj commented Jun 23, 2020

Awesome, thanks!

@quezadaminter
Copy link
Contributor Author

No problem, you are welcome. Thank you for sharing your work with the rest of us. Thanks also to @hakmo who tested and made the idea work.

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.

2 participants