Skip to content

Commit

Permalink
ferx some herx
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 4, 2020
1 parent 3d305a6 commit 05a47bd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -382,8 +382,8 @@ static const uint16_t ili9341_init[] = {
};

static const uint16_t ili9488_init[] = {
ESC_REG(0X00E0), 0X0000, 0X0007, 0X000F, 0X000D, 0X001B, 0X000A, 0X003C, 0X0078, 0X004A, 0X0007, 0X000E, 0X0009, 0X001B, 0X001E, 0X000F,
ESC_REG(0X00E1), 0X0000, 0X0022, 0X0024, 0X0006, 0X0012, 0X0007, 0X0036, 0X0047, 0X0047, 0X0006, 0X000A, 0X0007, 0X0030, 0X0037, 0X000F,
ESC_REG(0x00E0), 0x0000, 0x0007, 0x000F, 0x000D, 0x001B, 0x000A, 0x003C, 0x0078, 0x004A, 0x0007, 0x000E, 0x0009, 0x001B, 0x001E, 0x000F,
ESC_REG(0x00E1), 0x0000, 0x0022, 0x0024, 0x0006, 0x0012, 0x0007, 0x0036, 0x0047, 0x0047, 0x0006, 0x000A, 0x0007, 0x0030, 0x0037, 0x000F,
ESC_REG(0x00C0), 0x0010, 0x0010,
ESC_REG(0x00C1), 0x0041,
ESC_REG(0x00C5), 0x0000, 0x0022, 0x0080,
Expand Down

0 comments on commit 05a47bd

Please sign in to comment.