소스 검색

Repair config order

Scott Lahteine 3 년 전
부모
커밋
90158f9f67
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      Marlin/Configuration.h

+ 4
- 4
Marlin/Configuration.h 파일 보기

@@ -2167,16 +2167,16 @@
2167 2167
 //#define TFT_DRIVER AUTO
2168 2168
 
2169 2169
 //
2170
-// FSMC display (MKS Robin, Alfawise U20, JGAurora A5S, REXYZ A1, etc.)
2170
+// SPI display (MKS Robin Nano V2.0, MKS Gen L V2.0)
2171 2171
 // Upscaled 128x64 Marlin UI
2172 2172
 //
2173
-//#define FSMC_GRAPHICAL_TFT
2173
+//#define SPI_GRAPHICAL_TFT
2174 2174
 
2175 2175
 //
2176
-// SPI display (MKS Robin Nano V2.0, MKS Gen L V2.0)
2176
+// FSMC display (MKS Robin, Alfawise U20, JGAurora A5S, REXYZ A1, etc.)
2177 2177
 // Upscaled 128x64 Marlin UI
2178 2178
 //
2179
-//#define SPI_GRAPHICAL_TFT
2179
+//#define FSMC_GRAPHICAL_TFT
2180 2180
 
2181 2181
 //
2182 2182
 // TFT LVGL UI

Loading…
취소
저장