Question about PCLK edge configuration in ESP32-S3 RGB bus #819
Replies: 2 comments
-
|
Hi,
Did you encounter a situation where changing that value was relevant? |
Beta Was this translation helpful? Give feedback.
-
|
I noticed this issue while testing a CYD board called ESP32-8048S050C. The board definition I am using is the following: With the configuration below, the display mostly works, but fine details are not rendered correctly (for example, small text or thin lines appear corrupted): If I change the configuration to the following, the display works reasonably well for now: Based on the meaning of these configuration variables, I would expect the display to work correctly with the first configuration, and I am trying to understand why the alternative settings are required in this case. I also understand that modifying the library could affect existing users, so I am not suggesting a change lightly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for this great library.
I was reading the following code in Bus_RGB.cpp:
https://github.com/lovyan03/LovyanGFX/blob/1.2.19/src/lgfx/v1/platforms/esp32s3/Bus_RGB.cpp#L260
Currently, it is implemented as:
From my understanding of the LCD clock configuration, it seems that the following might be more appropriate:
Could you please let me know if my understanding is correct, or if there is a specific reason for the current implementation?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions