-
Notifications
You must be signed in to change notification settings - Fork 878
Open
Labels
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.4-727-g5cbd2a3877
Espressif SoC revision.
ESP32-S3 (QFN56) (revision v0.2)
Operating System used.
Linux
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
Custom Board
Power Supply used.
External 5V
What is the expected behavior?
Display mirrors X when enabled
What is the actual behavior?
X is not mirrored
Steps to reproduce.
- Step
- Step
- Step
...
Debug Logs.
More Information.
esp_lcd_st7701, V1.1.1, installed via component manager
Seems to be missing a "Enable the Command2 BK0" in the RGB implementation of panel_st7701_mirror()
which is present in the mipi implementation.
replacing the part of the rgb function with the coresponding part of the mipi function fixed the issue. Don't know if this is the correct way to fix this.