File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
ext_mod/lcd_bus/esp32_src Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 9797 ARG_de_idle_high ,
9898 ARG_pclk_idle_high ,
9999 ARG_pclk_active_low ,
100- ARG_disp_active_low ,
101100 ARG_refresh_on_demand ,
102101 };
103102
163162
164163 self -> panel_io_config .data_width = (size_t )data_pins -> len ;
165164
166- self -> panel_io_config .disp_gpio_num = (int )args [ARG_disp ].u_int ;
167165 self -> panel_io_config .sram_trans_align = 8 ;
168166 self -> panel_io_config .psram_trans_align = 64 ;
169- self -> panel_io_config .flags .disp_active_low = (uint32_t )args [ARG_disp_active_low ].u_bool ;
170167 self -> panel_io_config .flags .refresh_on_demand = (uint32_t )args [ARG_refresh_on_demand ].u_bool ;
171168 self -> panel_io_config .flags .fb_in_psram = 0 ;
172169 self -> panel_io_config .flags .double_fb = 0 ;
207204 printf ("data_gpio_nums[13]=%d\n" , self -> panel_io_config .data_gpio_nums [13 ]);
208205 printf ("data_gpio_nums[14]=%d\n" , self -> panel_io_config .data_gpio_nums [14 ]);
209206 printf ("data_gpio_nums[15]=%d\n" , self -> panel_io_config .data_gpio_nums [15 ]);
210- printf ("disp_gpio_num=%d\n" , self -> panel_io_config .disp_gpio_num );
211207 printf ("sram_trans_align=%d\n" , self -> panel_io_config .sram_trans_align );
212208 printf ("psram_trans_align=%d\n" , self -> panel_io_config .psram_trans_align );
213- printf ("disp_active_low=%d\n" , self -> panel_io_config .flags .disp_active_low );
214209 printf ("refresh_on_demand=%d\n" , self -> panel_io_config .flags .refresh_on_demand );
215210 printf ("fb_in_psram=%d\n" , self -> panel_io_config .flags .fb_in_psram );
216211 printf ("double_fb=%d\n" , self -> panel_io_config .flags .double_fb );
You can’t perform that action at this time.
0 commit comments