add original RADDS LCD + Controller

adds setup for the original Radds Display+Controller+SD Card Reader PCB
http://doku.radds.org/dokumentation/lcd-display/
This commit is contained in:
Even 2017-12-23 21:23:05 +01:00 committed by Scott Lahteine
parent 4a8fd8ae92
commit ea1a8d1223
2 changed files with 10 additions and 0 deletions

View File

@ -1417,6 +1417,12 @@
// Enable one of the following options to specify your controller. // Enable one of the following options to specify your controller.
// //
//
// Original RADDS LCD Display+Encoder+SDCardReader
// http://doku.radds.org/dokumentation/lcd-display/
//
//#define RADDS_DISPLAY
// //
// ULTIMAKER Controller. // ULTIMAKER Controller.
// //

View File

@ -56,6 +56,10 @@
#define ENCODER_FEEDRATE_DEADZONE 2 #define ENCODER_FEEDRATE_DEADZONE 2
#define REVERSE_MENU_DIRECTION #define REVERSE_MENU_DIRECTION
#elif ENABLED(RADDS_DISPLAY)
#define ULTIPANEL
#define ENCODER_PULSES_PER_STEP 2
#elif ENABLED(ANET_FULL_GRAPHICS_LCD) #elif ENABLED(ANET_FULL_GRAPHICS_LCD)
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER