Skip to content

Commit a778469

Browse files
committed
Inverted the display pixels to match the expected CPY behaviour
1 parent eab5f00 commit a778469

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/pimoroni_badger2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_badger2040/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void board_init(void) {
292292
NO_COMMAND, // set_current_column_command
293293
NO_COMMAND, // set_current_row_command
294294
DTM2, // write_black_ram_command
295-
false, // black_bits_inverted
295+
true, // black_bits_inverted
296296
DTM1, // write_color_ram_command
297297
false, // color_bits_inverted
298298
0x000000, // highlight_color

0 commit comments

Comments
 (0)