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 8db83a2 commit a6f0212Copy full SHA for a6f0212
ext_mod/lcd_bus/src/esp32/rgb_bus.c
@@ -399,8 +399,8 @@
399
400
401
uint8_t *tmp_buf = (uint8_t *)malloc(1);
402
- self->sw_rot.data.buffers.active = tmp_buf;
403
- self->sw_rot.data.buffers.idle = tmp_buf;
+ self->sw_rot.buffers.active = tmp_buf;
+ self->sw_rot.buffers.idle = tmp_buf;
404
405
LCD_DEBUG_PRINT("h_res=%lu\n", self->panel_io_config->timings.h_res)
406
LCD_DEBUG_PRINT("v_res=%lu\n", self->panel_io_config->timings.v_res)
0 commit comments