Skip to content

Commit 3c6d33a

Browse files
don't swap word in software
Co-authored-by: CDarius <[email protected]>
1 parent 7811adc commit 3c6d33a

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/m5stack_cardputer

1 file changed

+1
-1
lines changed

ports/espressif/boards/m5stack_cardputer/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void board_init(void) {
8989
false, // pixels in a byte share a row. Only valid for depths < 8
9090
1, // bytes per cell. Only valid for depths < 8
9191
false, // reverse_pixels_in_byte. Only valid for depths < 8
92-
true, // reverse_pixels_in_word
92+
false, // reverse_pixels_in_word
9393
MIPI_COMMAND_SET_COLUMN_ADDRESS, // set column command
9494
MIPI_COMMAND_SET_PAGE_ADDRESS, // set row command
9595
MIPI_COMMAND_WRITE_MEMORY_START, // write memory command

0 commit comments

Comments
 (0)