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 eab5f00 commit a778469Copy full SHA for a778469
ports/raspberrypi/boards/pimoroni_badger2040/board.c
@@ -292,7 +292,7 @@ void board_init(void) {
292
NO_COMMAND, // set_current_column_command
293
NO_COMMAND, // set_current_row_command
294
DTM2, // write_black_ram_command
295
- false, // black_bits_inverted
+ true, // black_bits_inverted
296
DTM1, // write_color_ram_command
297
false, // color_bits_inverted
298
0x000000, // highlight_color
0 commit comments