File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ext_mod/lcd_bus/esp32_src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 158
158
}
159
159
160
160
self -> bus_config .bus_width = (size_t ) i ;
161
- self -> bus_config .dma_burst_size = 64
161
+ self -> bus_config .dma_burst_size = 64 ;
162
162
163
163
self -> panel_io_config .cs_gpio_num = (int )args [ARG_cs ].u_int ;
164
164
self -> panel_io_config .pclk_hz = (uint32_t )args [ARG_freq ].u_int ;
Original file line number Diff line number Diff line change 188
188
self -> panel_io_config .data_gpio_nums [14 ] = (int )args [ARG_data14 ].u_int ;
189
189
self -> panel_io_config .data_gpio_nums [15 ] = (int )args [ARG_data15 ].u_int ;
190
190
self -> panel_io_config .disp_gpio_num = -1 ; // -1 means no GPIO is assigned to this function
191
- self -> panel_io_config .dma_burst_size = 64
191
+ self -> panel_io_config .dma_burst_size = 64 ;
192
192
self -> panel_io_config .flags .refresh_on_demand = 0 ;
193
193
self -> panel_io_config .flags .fb_in_psram = 0 ;
194
194
self -> panel_io_config .flags .double_fb = 0 ;
You can’t perform that action at this time.
0 commit comments