esp-iot-solution
esp-iot-solution copied to clipboard
esp_lcd_st7701: Mirror X not working in RGB Mode (AEGHB-1019)
Answers checklist.
- [x] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- [x] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- [x] 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.