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 4165a3c commit 537ec3eCopy full SHA for 537ec3e
ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c
@@ -42,7 +42,7 @@ uint8_t display_init_sequence[] = {
42
// normal display mode on
43
0x13, 0,
44
// display and color format settings
45
- 0x36, 1, 0x60,
+ 0x36, 1, 0x68,
46
0xB6, 2, 0x0A, 0x82,
47
0x3A, 1 | DELAY, 0x55, 10,
48
// ST7789V frame rate setting
0 commit comments