File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void board_init(void) {
8181
8282 busdisplay_busdisplay_obj_t * display = & allocate_display ()-> display ;
8383 display -> base .type = & busdisplay_busdisplay_type ;
84- common_hal_busdisplay_busdisplay_construct (display ,
84+ common_hal_busdisplay_busdisplay_construct (display ,
8585 bus ,
8686 240 , // Width
8787 280 , // Height
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3131
3232 { MP_ROM_QSTR (MP_QSTR_LED_B ), MP_ROM_PTR (& pin_GPIO9 ) },
3333 { MP_ROM_QSTR (MP_QSTR_GP9 ), MP_ROM_PTR (& pin_GPIO9 ) },
34-
34+
3535 { MP_ROM_QSTR (MP_QSTR_LED_R ), MP_ROM_PTR (& pin_GPIO10 ) },
3636 { MP_ROM_QSTR (MP_QSTR_GP10 ), MP_ROM_PTR (& pin_GPIO10 ) },
3737
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void board_init(void) {
8181
8282 busdisplay_busdisplay_obj_t * display = & allocate_display ()-> display ;
8383 display -> base .type = & busdisplay_busdisplay_type ;
84- common_hal_busdisplay_busdisplay_construct (display ,
84+ common_hal_busdisplay_busdisplay_construct (display ,
8585 bus ,
8686 240 , // Width
8787 280 , // Height
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3434
3535 { MP_ROM_QSTR (MP_QSTR_LED_G ), MP_ROM_PTR (& pin_GPIO9 ) },
3636 { MP_ROM_QSTR (MP_QSTR_GP9 ), MP_ROM_PTR (& pin_GPIO9 ) },
37-
37+
3838 { MP_ROM_QSTR (MP_QSTR_LED_R ), MP_ROM_PTR (& pin_GPIO10 ) },
3939 { MP_ROM_QSTR (MP_QSTR_GP10 ), MP_ROM_PTR (& pin_GPIO10 ) },
4040
@@ -57,10 +57,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5757
5858 { MP_ROM_QSTR (MP_QSTR_DISP_SDA ), MP_ROM_PTR (& pin_GPIO19 ) },
5959 { MP_ROM_QSTR (MP_QSTR_GP19 ), MP_ROM_PTR (& pin_GPIO19 ) },
60-
60+
6161 { MP_ROM_QSTR (MP_QSTR_TEMP_SDA ), MP_ROM_PTR (& pin_GPIO20 ) },
6262 { MP_ROM_QSTR (MP_QSTR_GP20 ), MP_ROM_PTR (& pin_GPIO20 ) },
63-
63+
6464 { MP_ROM_QSTR (MP_QSTR_TEMP_SCL ), MP_ROM_PTR (& pin_GPIO21 ) },
6565 { MP_ROM_QSTR (MP_QSTR_GP21 ), MP_ROM_PTR (& pin_GPIO21 ) },
6666
You can’t perform that action at this time.
0 commit comments