From a778469082b2638a318caeb19fecff1bde6a5880 Mon Sep 17 00:00:00 2001 From: ZodiusInfuser Date: Mon, 14 Mar 2022 11:12:03 +0000 Subject: [PATCH] Inverted the display pixels to match the expected CPY behaviour --- ports/raspberrypi/boards/pimoroni_badger2040/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/raspberrypi/boards/pimoroni_badger2040/board.c b/ports/raspberrypi/boards/pimoroni_badger2040/board.c index aa2affbce2..17e33bebf0 100644 --- a/ports/raspberrypi/boards/pimoroni_badger2040/board.c +++ b/ports/raspberrypi/boards/pimoroni_badger2040/board.c @@ -292,7 +292,7 @@ void board_init(void) { NO_COMMAND, // set_current_column_command NO_COMMAND, // set_current_row_command DTM2, // write_black_ram_command - false, // black_bits_inverted + true, // black_bits_inverted DTM1, // write_color_ram_command false, // color_bits_inverted 0x000000, // highlight_color