Browse Source

add original RADDS LCD + Controller

adds setup for the original Radds Display+Controller+SD Card Reader PCB
http://doku.radds.org/dokumentation/lcd-display/
pull/1/head
Even 6 years ago
committed by Scott Lahteine
parent
commit
ea1a8d1223
  1. 6
      Marlin/Configuration.h
  2. 4
      Marlin/src/inc/Conditionals_LCD.h

6
Marlin/Configuration.h

@ -1417,6 +1417,12 @@
// 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.
//

4
Marlin/src/inc/Conditionals_LCD.h

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

Loading…
Cancel
Save