stm32_hal_graphics_display_drivers icon indicating copy to clipboard operation
stm32_hal_graphics_display_drivers copied to clipboard

ILI9486 updates and bug fixes

Open alexantony13 opened this issue 1 year ago • 0 comments
trafficstars

Based on the ILI9486 datasheet, the Column Address Set (2Ah) and Page Address Set (2Bh) parameters are to be transferred in 8 bit mode. But the code uses 16 bit mode for parameter transfer.

Updated the code with necessory changes.

Checked with Nucleo-F767ZI board in gpio_io16 mode and fsmc mode with and without DMA.

alexantony13 avatar Jan 01 '24 07:01 alexantony13