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 0f8608c commit e826625Copy full SHA for e826625
ports/atmel-samd/boards/pyportal_titano/board.c
@@ -101,7 +101,7 @@ void board_init(void) {
101
0, // rotation
102
16, // Color depth
103
false, // grayscale
104
- false, // pixels_i|n_byte_share_row (unused for depths > 8)
+ false, // pixels_in_byte_share_row (unused for depths > 8)
105
1, // bytes per cell. Only valid for depths < 8
106
false, // reverse_pixels_in_byte. Only valid for depths < 8
107
true, // reverse_pixels_in_word
0 commit comments