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

ILI9486 16bit data transfer error #7

Open
alexantony13 opened this issue Jan 5, 2024 · 0 comments
Open

ILI9486 16bit data transfer error #7

alexantony13 opened this issue Jan 5, 2024 · 0 comments

Comments

@alexantony13
Copy link

alexantony13 commented Jan 5, 2024

File: ili9486.c

The parameters for some of the commands must be transferred in 8 bit mode, even though the hardware support 16bit mode.
These commands include:

  • ILI9486_CASET (0x2A)
  • ILI9486_PASET (0x2B)
  • ILI9486_VSCRDEF (0x33)
  • ILI9486_VSCRSADD (0x37)

These affect the SETWINDOW, SETCURSOR macros and the ili9486_Scroll function.

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

1 participant