File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
espressif/boards/adafruit_feather_esp32s2_tft Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
// qstrs specific to this port, only needed if they aren't auto-generated
28
28
29
+ // Prevent uncrustify from modifying these lines.
30
+ // *FORMAT-OFF*
31
+
29
32
// Entries for sys.path
30
33
Q (/sd )
31
34
Q (/sd /lib )
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ void board_init(void) {
86
86
87
87
common_hal_busio_spi_never_reset (spi );
88
88
89
- displayio_fourwire_obj_t * bus = & displays [0 ].fourwire_bus ;
89
+ displayio_fourwire_obj_t * bus = & displays [0 ].fourwire_bus ;
90
90
bus -> base .type = & displayio_fourwire_type ;
91
91
92
92
common_hal_displayio_fourwire_construct (
@@ -99,7 +99,7 @@ void board_init(void) {
99
99
0 , // polarity
100
100
0 // phase
101
101
);
102
- displayio_display_obj_t * display = & displays [0 ].display ;
102
+ displayio_display_obj_t * display = & displays [0 ].display ;
103
103
display -> base .type = & displayio_display_type ;
104
104
105
105
// workaround as board_init() is called before reset_port() in main.c
You can’t perform that action at this time.
0 commit comments