fix colororder

This commit is contained in:
lady ada 2021-12-17 09:41:44 -05:00 committed by Dan Halbert
parent 26c2acae12
commit 654414e57e

View File

@ -45,7 +45,7 @@ uint8_t display_init_sequence[] = {
// normal display mode on // normal display mode on
0x13, 0, 0x13, 0,
// display and color format settings // display and color format settings
0x36, 1, 0x60, 0x36, 1, 0x68,
0xB6, 2, 0x0A, 0x82, 0xB6, 2, 0x0A, 0x82,
0x3A, 1 | DELAY, 0x55, 10, 0x3A, 1 | DELAY, 0x55, 10,
// ST7789V frame rate setting // ST7789V frame rate setting