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 #11

Open
giacu92 opened this issue Sep 1, 2017 · 1 comment
Open

ILI9488 #11

giacu92 opened this issue Sep 1, 2017 · 1 comment

Comments

@giacu92
Copy link

giacu92 commented Sep 1, 2017

Hello, I successfully used ILI9341 standard Adafruit Library on a ILI9488 display.
Unfortunately your library don't work whit the small corrections I found to adapt the standard library.

Any suggestions?
Thank you!

@marekburiak
Copy link
Owner

Hey,
I do not have a display with ILI9488 so I never tried to use it with the lib. I presume you have updated these:
#define ILI9341_TFTWIDTH 240
#define ILI9341_TFTHEIGHT 320

and if you're using the display with Due then also:
#define SCANLINE_PIXEL_COUNT 320

I'd also try to reduce the SPI speed in ILI9341_due_config.h (ILI9341_SPI_CLKDIVIDER) and connect the RST pin (then use ILI9341_due(uint8_t cs, uint8_t dc, uint8_t rst) constructor). Other than that I am not sure what else would need to change :(

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

2 participants