Browse Source

Repair config order

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
90158f9f67
  1. 8
      Marlin/Configuration.h

8
Marlin/Configuration.h

@ -2167,16 +2167,16 @@
//#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
//
//#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
//
//#define SPI_GRAPHICAL_TFT
//#define FSMC_GRAPHICAL_TFT
//
// TFT LVGL UI

Loading…
Cancel
Save