Skip to content

Commit

Permalink
GRAPHICAL_TFT_ROTATE_180 for ST7789V (MarlinFirmware#19042)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajoor authored and vgadreau committed Dec 9, 2020
1 parent ccbf352 commit 1843310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static const uint16_t st7789v_init[] = {
ESC_REG(0x0010), ESC_DELAY(10),
ESC_REG(0x0001), ESC_DELAY(200),
ESC_REG(0x0011), ESC_DELAY(120),
ESC_REG(0x0036), 0x00A0,
ESC_REG(0x0036), TERN(GRAPHICAL_TFT_ROTATE_180, 0x0060, 0x00A0),
ESC_REG(0x003A), 0x0055,
ESC_REG(0x002A), 0x0000, 0x0000, 0x0001, 0x003F,
ESC_REG(0x002B), 0x0000, 0x0000, 0x0000, 0x00EF,
Expand Down

0 comments on commit 1843310

Please sign in to comment.