Added support for Anet LCD on Ramps board.

Working pin map for Anet LCD display.
Pins 1 and 2 must be swapped on cable.
This commit is contained in:
Kris Kersey
2017-11-03 14:28:26 -04:00
committed by Scott Lahteine
parent 03904697ac
commit 46c2841904
3 changed files with 15 additions and 1 deletions

View File

@@ -53,6 +53,7 @@
// this helps to implement ADC_KEYPAD menus
#define ENCODER_PULSES_PER_STEP 1
#define ENCODER_STEPS_PER_MENU_ITEM 1
#define ENCODER_FEEDRATE_DEADZONE 2
#define REVERSE_MENU_DIRECTION
#elif ENABLED(ANET_FULL_GRAPHICS_LCD)