You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SSD1306 and SH1106 displays have a contrast command (0x81), which is currently not exposed through esp_lcd_panel_ops. Other panels probably have similar contrast settings.
Describe the solution you'd like.
Addition of a esp_lcd_panel_contrast function to set the contrast.
Is your feature request related to a problem?
The SSD1306 and SH1106 displays have a contrast command (0x81), which is currently not exposed through esp_lcd_panel_ops. Other panels probably have similar contrast settings.
Describe the solution you'd like.
Addition of a
esp_lcd_panel_contrast
function to set the contrast.Describe alternatives you've considered.
Directly executing the command:
which is not very nice.
Additional context.
No response
The text was updated successfully, but these errors were encountered: