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 auto brightness setting caused a slow refresh rate below 1 Hz and a pixel noise error of one pixel height below the display. Removing this line fixed this issue.
Further the init sequence from the Adafruit Feather esp32s3 tft was copied over with _MADCTL 0x36, 1, 0x68 and adjusted column and row start. The rotation is now 0 so the display is refreshed from top to bottom.
0 commit comments