Skip to content

Commit aecaab7

Browse files
authored
Merge pull request #8241 from MakerClassCZ/picopad-rgb-fix
Fix RGB/BGR color order for Picopad
2 parents 272a2dc + a9c8280 commit aecaab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/raspberrypi/boards/pajenicko_picopad

ports/raspberrypi/boards/pajenicko_picopad/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ displayio_fourwire_obj_t board_display_obj;
3939
uint8_t display_init_sequence[] = {
4040
0x01, 0 | DELAY, 150, // SWRESET
4141

42-
0x36, 1, 0x68, // MADCTL
42+
0x36, 1, 0x60, // MADCTL
4343
0x35, 1, 0x00, // TEON
4444
0xB2, 5, 0x0c, 0x0c, 0x00, 0x33, 0x33, // FRMCTR2
4545
0x3A, 1, 0x05, // COLMOD

0 commit comments

Comments
 (0)