In for a penny, in for a pound

This commit is contained in:
Richard Wackerbarth
2015-07-31 09:36:20 -05:00
parent e944f960de
commit f32048b8f5
3 changed files with 78 additions and 78 deletions

View File

@@ -8,24 +8,24 @@
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN 33
#define BEEPER_PIN 33
// Pins for DOGM SPI LCD Support
#define DOGLCD_A0 31
#define DOGLCD_CS 32
#define LCD_SCREEN_ROT_180
//The encoder and click button
#define BTN_EN1 22
#define BTN_EN2 7
#define BTN_ENC 12 //the click switch
#define SDSS 53
#define SDCARDDETECT -1 // Pin 49 if using display sd interface
#define DOGLCD_A0 31
#define DOGLCD_CS 32
#define LCD_SCREEN_ROT_180
//The encoder and click button
#define BTN_EN1 22
#define BTN_EN2 7
#define BTN_ENC 12 //the click switch
#define SDSS 53
#define SDCARDDETECT -1 // Pin 49 if using display sd interface
#if ENABLED(TEMP_STAT_LEDS)
#define STAT_LED_RED 64
#define STAT_LED_BLUE 63
#define STAT_LED_RED 64
#define STAT_LED_BLUE 63
#endif
#elif ENABLED(TEMP_STAT_LEDS)