How to control the brightness of the waveshare ESP32-S3-Touch-LCD-4.3 #185
Unanswered
mustafaakh10
asked this question in
Q&A
Replies: 2 comments
-
Hi, had any luck finding an answer? I'm facing the same issue, couldn't find useful functions under board object. The only clue have for now is to try and access Backlight instance through |
Beta Was this translation helpful? Give feedback.
0 replies
-
ESP32-S3-Touch-LCD-4.3 uses an IO expander to control the backlight. Currently, this method does not provide the function of outputting PWM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm planning to control the brightness of a display using a slider widget. I noticed that in some examples, brightness control is achieved through PWM adjustments. Does anyone know how to do this using the ESP Display Panel library?
Beta Was this translation helpful? Give feedback.
All reactions