File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void board_init(void) {
81
81
82
82
busdisplay_busdisplay_obj_t * display = & allocate_display ()-> display ;
83
83
display -> base .type = & busdisplay_busdisplay_type ;
84
- common_hal_busdisplay_busdisplay_construct (display ,
84
+ common_hal_busdisplay_busdisplay_construct (display ,
85
85
bus ,
86
86
240 , // Width
87
87
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[] = {
31
31
32
32
{ MP_ROM_QSTR (MP_QSTR_LED_B ), MP_ROM_PTR (& pin_GPIO9 ) },
33
33
{ MP_ROM_QSTR (MP_QSTR_GP9 ), MP_ROM_PTR (& pin_GPIO9 ) },
34
-
34
+
35
35
{ MP_ROM_QSTR (MP_QSTR_LED_R ), MP_ROM_PTR (& pin_GPIO10 ) },
36
36
{ MP_ROM_QSTR (MP_QSTR_GP10 ), MP_ROM_PTR (& pin_GPIO10 ) },
37
37
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void board_init(void) {
81
81
82
82
busdisplay_busdisplay_obj_t * display = & allocate_display ()-> display ;
83
83
display -> base .type = & busdisplay_busdisplay_type ;
84
- common_hal_busdisplay_busdisplay_construct (display ,
84
+ common_hal_busdisplay_busdisplay_construct (display ,
85
85
bus ,
86
86
240 , // Width
87
87
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[] = {
34
34
35
35
{ MP_ROM_QSTR (MP_QSTR_LED_G ), MP_ROM_PTR (& pin_GPIO9 ) },
36
36
{ MP_ROM_QSTR (MP_QSTR_GP9 ), MP_ROM_PTR (& pin_GPIO9 ) },
37
-
37
+
38
38
{ MP_ROM_QSTR (MP_QSTR_LED_R ), MP_ROM_PTR (& pin_GPIO10 ) },
39
39
{ MP_ROM_QSTR (MP_QSTR_GP10 ), MP_ROM_PTR (& pin_GPIO10 ) },
40
40
@@ -57,10 +57,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
57
57
58
58
{ MP_ROM_QSTR (MP_QSTR_DISP_SDA ), MP_ROM_PTR (& pin_GPIO19 ) },
59
59
{ MP_ROM_QSTR (MP_QSTR_GP19 ), MP_ROM_PTR (& pin_GPIO19 ) },
60
-
60
+
61
61
{ MP_ROM_QSTR (MP_QSTR_TEMP_SDA ), MP_ROM_PTR (& pin_GPIO20 ) },
62
62
{ MP_ROM_QSTR (MP_QSTR_GP20 ), MP_ROM_PTR (& pin_GPIO20 ) },
63
-
63
+
64
64
{ MP_ROM_QSTR (MP_QSTR_TEMP_SCL ), MP_ROM_PTR (& pin_GPIO21 ) },
65
65
{ MP_ROM_QSTR (MP_QSTR_GP21 ), MP_ROM_PTR (& pin_GPIO21 ) },
66
66
You can’t perform that action at this time.
0 commit comments