-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TFT Display flipped/mirrored on ESP-WROVER-KIT V4.1 #65
Comments
#define DEFAULT_DISP_TYPE DISP_TYPE_ILI9341
#define DEFAULT_TFT_DISPLAY_WIDTH 240
#define DEFAULT_TFT_DISPLAY_HEIGHT 320
#define DISP_COLOR_BITS_24 0x66
#define DEFAULT_GAMMA_CURVE 0
#define DEFAULT_SPI_CLOCK 26000000
#define TFT_INVERT_ROTATION 0
#define TFT_INVERT_ROTATION1 0
#define TFT_INVERT_ROTATION2 0
#define TFT_RGB_BGR 0x00 A little experimentation. |
I'm having this issue as well. Any ideas how to fix this? |
Update: fixed the mirroring problem with the following settings: |
I fixed it and added a new menuconfig option for ESP-WROVER-KIT 4.1. Pull request: #71 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After downloading and compiling your library on ESP-WROVER-KIT V4.1 display runs the demo program but the screen is flipped.
I've used the following configuration:
The text was updated successfully, but these errors were encountered: