Use directional buttons when defined

This commit is contained in:
Scott Lahteine
2016-05-03 12:50:49 -07:00
parent 6bb664c690
commit ddafb859e2
2 changed files with 40 additions and 18 deletions

View File

@@ -46,6 +46,8 @@
#define CONFIGURATION_LCD
#define LCD_HAS_DIRECTIONAL_BUTTONS (BUTTON_EXISTS(UP) || BUTTON_EXISTS(DWN) || BUTTON_EXISTS(LFT) || BUTTON_EXISTS(RT))
#if ENABLED(MAKRPANEL)
#define DOGLCD
#define DEFAULT_LCD_CONTRAST 17