We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3600ce6 commit 90e4bfbCopy full SHA for 90e4bfb
ports/atmel-samd/boards/pyportal/board.c
@@ -69,7 +69,8 @@ void board_init(void) {
69
&pin_PB06, // Chip select
70
&pin_PB09, // Write
71
&pin_PB04, // Read
72
- &pin_PA00); // Reset
+ &pin_PA00, // Reset
73
+ 0); // Frequency
74
75
displayio_display_obj_t* display = &displays[0].display;
76
display->base.type = &displayio_display_type;
ports/atmel-samd/boards/pyportal_titano/board.c
@@ -86,7 +86,8 @@ void board_init(void) {
86
87
88
89
90
91
92
93
0 commit comments