Sfoglia il codice sorgente

Make ili9341 rotatable (e.g., Anycubic Predator) (#18877)

Claus Näveke 4 anni fa
parent
commit
181a35181b
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
Marlin/src/lcd/dogm/u8g_dev_tft_320x240_upscale_from_128x64.cpp Vedi File

@@ -366,7 +366,7 @@ static const uint16_t ili9328_init[] = {
366 366
 static const uint16_t ili9341_init[] = {
367 367
   ESC_REG(0x0010), ESC_DELAY(10),
368 368
   ESC_REG(0x0001), ESC_DELAY(200),
369
-  ESC_REG(0x0036), 0x00E8,
369
+  ESC_REG(0x0036), TERN(GRAPHICAL_TFT_ROTATE_180, 0x00E8, 0x0028),
370 370
   ESC_REG(0x003A), 0x0055,
371 371
   ESC_REG(0x002A), 0x0000, 0x0000, 0x0001, 0x003F,
372 372
   ESC_REG(0x002B), 0x0000, 0x0000, 0x0000, 0x00EF,

Loading…
Annulla
Salva