File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 195195 self -> panel_io_config .data_gpio_nums [13 ] = (int )args [ARG_data13 ].u_int ;
196196 self -> panel_io_config .data_gpio_nums [14 ] = (int )args [ARG_data14 ].u_int ;
197197 self -> panel_io_config .data_gpio_nums [15 ] = (int )args [ARG_data15 ].u_int ;
198- self -> panel_io_config .disp_gpio_num = ( int ) args [ ARG_disp ]. u_int ;
198+ self -> panel_io_config .disp_gpio_num = -1 ;
199199 self -> panel_io_config .sram_trans_align = 8 ;
200200 self -> panel_io_config .psram_trans_align = 64 ;
201201 self -> panel_io_config .flags .refresh_on_demand = (uint32_t )args [ARG_refresh_on_demand ].u_bool ;
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ include(${CMAKE_CURRENT_LIST_DIR}/lcd_utils/micropython.cmake)
44
55set (MICROPY_MULTICORE_THREAD $ENV{MICROPY_MULTICORE_THREADING} )
66
7- if (ESP_PLATFORM)
8- if (MICROPY_MULTICORE_THREAD)
9- include (${CMAKE_CURRENT_LIST_DIR} /threading/micropython.cmake)
10- endif (MICROPY_MULTICORE_THREAD)
11- endif (ESP_PLATFORM)
7+ # if(ESP_PLATFORM)
8+ # if(MICROPY_MULTICORE_THREAD)
9+ # include(${CMAKE_CURRENT_LIST_DIR}/threading/micropython.cmake)
10+ # endif(MICROPY_MULTICORE_THREAD)
11+ # endif(ESP_PLATFORM)
You can’t perform that action at this time.
0 commit comments