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 2819c88 commit acd8896Copy full SHA for acd8896
ports/raspberrypi/boards/pajenicko_picopad/board.c
@@ -39,7 +39,7 @@ displayio_fourwire_obj_t board_display_obj;
39
uint8_t display_init_sequence[] = {
40
0x01, 0 | DELAY, 150, // SWRESET
41
42
- 0x36, 1, 0x68, // MADCTL
+ 0x36, 1, 0x60, // MADCTL
43
0x35, 1, 0x00, // TEON
44
0xB2, 5, 0x0c, 0x0c, 0x00, 0x33, 0x33, // FRMCTR2
45
0x3A, 1, 0x05, // COLMOD
0 commit comments