Kaynağa Gözat

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

Claus Näveke 4 yıl önce
ebeveyn
işleme
181a35181b
No account linked to committer's email address

+ 1
- 1
Marlin/src/lcd/dogm/u8g_dev_tft_320x240_upscale_from_128x64.cpp Dosyayı Görüntüle

@@ -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…
İptal
Kaydet