stm32_hal_graphics_display_drivers
stm32_hal_graphics_display_drivers copied to clipboard
ILI9486 16bit data transfer error
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.