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 7811adc commit 3c6d33aCopy full SHA for 3c6d33a
ports/espressif/boards/m5stack_cardputer/board.c
@@ -89,7 +89,7 @@ void board_init(void) {
89
false, // pixels in a byte share a row. Only valid for depths < 8
90
1, // bytes per cell. Only valid for depths < 8
91
false, // reverse_pixels_in_byte. Only valid for depths < 8
92
- true, // reverse_pixels_in_word
+ false, // reverse_pixels_in_word
93
MIPI_COMMAND_SET_COLUMN_ADDRESS, // set column command
94
MIPI_COMMAND_SET_PAGE_ADDRESS, // set row command
95
MIPI_COMMAND_WRITE_MEMORY_START, // write memory command
0 commit comments