You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: