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 158158 }
159159
160160 self -> bus_config .bus_width = (size_t ) i ;
161- self -> bus_config .dma_burst_size = 64
161+ self -> bus_config .dma_burst_size = 64 ;
162162
163163 self -> panel_io_config .cs_gpio_num = (int )args [ARG_cs ].u_int ;
164164 self -> panel_io_config .pclk_hz = (uint32_t )args [ARG_freq ].u_int ;
Original file line number Diff line number Diff line change 188188 self -> panel_io_config .data_gpio_nums [14 ] = (int )args [ARG_data14 ].u_int ;
189189 self -> panel_io_config .data_gpio_nums [15 ] = (int )args [ARG_data15 ].u_int ;
190190 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 ;
192192 self -> panel_io_config .flags .refresh_on_demand = 0 ;
193193 self -> panel_io_config .flags .fb_in_psram = 0 ;
194194 self -> panel_io_config .flags .double_fb = 0 ;
You can’t perform that action at this time.
0 commit comments