We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e7e9c commit d29c7eaCopy full SHA for d29c7ea
ext_mod/lcd_bus/esp32_src/rgb_bus.c
@@ -56,7 +56,7 @@
56
rgb_panel_t *rgb_panel = __containerof(panel, rgb_panel_t, base);
57
mp_lcd_rgb_bus_obj_t *self = (mp_lcd_rgb_bus_obj_t *)user_ctx;
58
59
- void *curr_buf = rgb_panel->fbs[rgb_panel->cur_fb_index]
+ void *curr_buf = rgb_panel->fbs[rgb_panel->cur_fb_index];
60
61
if (self->view2 != NULL && self->last_buf != curr_buf) {
62
self->last_buf = curr_buf;
0 commit comments