Browse Source

Suggested fixups for LCD/SD config comments

Scott Lahteine 8 years ago
parent
commit
ef2fd620e9
1 changed files with 24 additions and 2 deletions
  1. 24
    2
      Marlin/Configuration.h

+ 24
- 2
Marlin/Configuration.h View File

759
 //=============================================================================
759
 //=============================================================================
760
 //============================= LCD and SD support ============================
760
 //============================= LCD and SD support ============================
761
 //=============================================================================
761
 //=============================================================================
762
+
762
 // @section lcd
763
 // @section lcd
763
 
764
 
764
 //
765
 //
936
 // RepRapDiscount FULL GRAPHIC Smart Controller
937
 // RepRapDiscount FULL GRAPHIC Smart Controller
937
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
938
 // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
938
 //
939
 //
939
-// #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
940
+//#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
940
 
941
 
941
 //
942
 //
942
 // MakerLab Mini Panel with graphic
943
 // MakerLab Mini Panel with graphic
943
 // controller and SD support - http://reprap.org/wiki/Mini_panel
944
 // controller and SD support - http://reprap.org/wiki/Mini_panel
945
+//
944
 //#define MINIPANEL
946
 //#define MINIPANEL
945
 
947
 
946
 //
948
 //
954
 //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
956
 //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
955
 
957
 
956
 //
958
 //
959
+// RigidBot Panel V1.0
960
+// http://www.inventapart.com/
961
+//
962
+//#define RIGIDBOT_PANEL
963
+
964
+//
965
+// BQ LCD Smart Controller shipped by
966
+// default with the BQ Hephestos 2 and Witbox 2.
967
+//
968
+//#define BQ_LCD_SMART_CONTROLLER
969
+
970
+//
957
 // CONTROLLER TYPE: I2C
971
 // CONTROLLER TYPE: I2C
958
 //
972
 //
959
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C
973
 // Note: These controllers require the installation of Arduino's LiquidCrystal_I2C
965
 // http://www.elefu.com/index.php?route=product/product&product_id=53
979
 // http://www.elefu.com/index.php?route=product/product&product_id=53
966
 //
980
 //
967
 //#define RA_CONTROL_PANEL
981
 //#define RA_CONTROL_PANEL
982
+
983
+//
984
+// Sainsmart YW Robot (LCM1602) LCD Display
985
+//
968
 //#define LCD_I2C_SAINSMART_YWROBOT
986
 //#define LCD_I2C_SAINSMART_YWROBOT
969
 
987
 
970
 //
988
 //
971
-// LCM160 LCD adapter.
989
+// Generic LCM1602 LCD adapter
972
 //
990
 //
973
 //#define LCM1602
991
 //#define LCM1602
974
 
992
 
1003
 //
1021
 //
1004
 //#define SAV_3DLCD
1022
 //#define SAV_3DLCD
1005
 
1023
 
1024
+//=============================================================================
1025
+//=============================== Extra Features ==============================
1026
+//=============================================================================
1027
+
1006
 // @section extras
1028
 // @section extras
1007
 
1029
 
1008
 // Increase the FAN PWM frequency. Removes the PWM noise but increases heating in the FET/Arduino
1030
 // Increase the FAN PWM frequency. Removes the PWM noise but increases heating in the FET/Arduino

Loading…
Cancel
Save