Skip to content

Commit

Permalink
Merge pull request #8241 from MakerClassCZ/picopad-rgb-fix
Browse files Browse the repository at this point in the history
Fix RGB/BGR color order for Picopad
  • Loading branch information
tannewt authored Aug 1, 2023
2 parents 272a2dc + a9c8280 commit aecaab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/raspberrypi/boards/pajenicko_picopad/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ displayio_fourwire_obj_t board_display_obj;
uint8_t display_init_sequence[] = {
0x01, 0 | DELAY, 150, // SWRESET

0x36, 1, 0x68, // MADCTL
0x36, 1, 0x60, // MADCTL
0x35, 1, 0x00, // TEON
0xB2, 5, 0x0c, 0x0c, 0x00, 0x33, 0x33, // FRMCTR2
0x3A, 1, 0x05, // COLMOD
Expand Down

0 comments on commit aecaab7

Please sign in to comment.