Formatting Changes

Fixes for some code formatting changes and commenting out the
ADAFRUIT_ST7565 define that was left defined.
This commit is contained in:
Ed Boston
2015-05-17 13:39:24 -07:00
parent 41f8cdb3a6
commit 1999ac415c
4 changed files with 9 additions and 8 deletions

View File

@@ -31,8 +31,8 @@
#define DEFAULT_LCD_CONTRAST 95
#elif defined(VIKI2)
#define DEFAULT_LCD_CONTRAST 40
#elif defined(ADAFRUIT_ST7565)
#define DEFAULT_LCD_CONTRAST 110
#elif defined(ADAFRUIT_ST7565)
#define DEFAULT_LCD_CONTRAST 110
#endif
#define ENCODER_PULSES_PER_STEP 4