RobertoBenjami / stm32_graphics_display_drivers

STM32 LCD drivers (currently: spi(dma), gpio, fsmc(dma), st7735, st7783, ili9325, ili9328, ili9341, ili9486, ili9488, hx8347g)
561 stars 110 forks source link

ILI9488 gpio8 mirror issue #47

Open ahmetalperenbulut opened 9 months ago

ahmetalperenbulut commented 9 months ago

Hello dear Benjami,

I am working on ILI9488 integration using gpio8 interface.

The mirror problem occurs when I print text on the screen. How can I solve this problem?

My configuration

define ILI9488_INTERFACE 1

define ILI9488_ORIENTATION 3

mirror

When I set the configuration like this

define ILI9488_INTERFACE 0

define ILI9488_ORIENTATION 3

problem is solving. But I am not using SPI mode and I observed SPI mode is slower than gpio8. WhatsApp Image 2024-02-23 at 22 00 38