esp-iot-solution icon indicating copy to clipboard operation
esp-iot-solution copied to clipboard

esp_lcd_st7701: Mirror X not working in RGB Mode (AEGHB-1019)

Open simon4web opened this issue 8 months ago • 0 comments

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.

  1. Step
  2. Step
  3. 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.

simon4web avatar Mar 19 '25 12:03 simon4web