소스 검색

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

Claus Näveke 4 년 전
부모
커밋
181a35181b
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/lcd/dogm/u8g_dev_tft_320x240_upscale_from_128x64.cpp

+ 1
- 1
Marlin/src/lcd/dogm/u8g_dev_tft_320x240_upscale_from_128x64.cpp 파일 보기

@@ -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…
취소
저장