Browse Source

Repair config order

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
committed by Scott Lahteine
parent
commit
afb51d1de3
  1. 8
      Marlin/Configuration.h

8
Marlin/Configuration.h

@ -2167,16 +2167,16 @@
//#define TFT_DRIVER AUTO //#define TFT_DRIVER AUTO
// //
// FSMC display (MKS Robin, Alfawise U20, JGAurora A5S, REXYZ A1, etc.) // SPI display (MKS Robin Nano V2.0, MKS Gen L V2.0)
// Upscaled 128x64 Marlin UI // Upscaled 128x64 Marlin UI
// //
//#define FSMC_GRAPHICAL_TFT //#define SPI_GRAPHICAL_TFT
// //
// SPI display (MKS Robin Nano V2.0, MKS Gen L V2.0) // FSMC display (MKS Robin, Alfawise U20, JGAurora A5S, REXYZ A1, etc.)
// Upscaled 128x64 Marlin UI // Upscaled 128x64 Marlin UI
// //
//#define SPI_GRAPHICAL_TFT //#define FSMC_GRAPHICAL_TFT
// //
// TFT LVGL UI // TFT LVGL UI

Loading…
Cancel
Save