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
rgbframebuffer: round up internal size to multiple of 16 pixels
For a (width + left_overscan) of 360, e.g., debug info shows the following:
```
E (3410) cache: esp_cache_msync(35): size isn't aligned with the data cache line size (32)B
E (3410) lcd_panel.rgb: rgb_panel_draw_bitmap(742): flush cache buffer failed
```
Internally add extra pixels as needed at the end of a pixel row,
like an automatic overscan_right.
This may not be compatible with all panels, but there's not really
another alternative with this peripheral. So let's try this!
Closes: #8697
0 commit comments