stm32_hal_graphics_display_drivers icon indicating copy to clipboard operation
stm32_hal_graphics_display_drivers copied to clipboard

ILI9486 16bit data transfer error

Open alexantony13 opened this issue 1 year ago • 0 comments

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.

alexantony13 avatar Jan 05 '24 09:01 alexantony13