Formatting Changes
Fixes for some code formatting changes and commenting out the ADAFRUIT_ST7565 define that was left defined.
This commit is contained in:
parent
41f8cdb3a6
commit
1999ac415c
4 changed files with 9 additions and 8 deletions
|
|
@ -127,7 +127,7 @@
|
|||
// Mini Viki and Viki 2.0 LCD, ST7565 controller as well
|
||||
U8GLIB_NHD_C12864 u8g(DOGLCD_CS, DOGLCD_A0);
|
||||
#elif defined(ADAFRUIT_ST7565)
|
||||
U8GLIB_LM6059 u8g(DOGLCD_CS, DOGLCD_A0);
|
||||
U8GLIB_LM6059 u8g(DOGLCD_CS, DOGLCD_A0);
|
||||
#else
|
||||
// for regular DOGM128 display with HW-SPI
|
||||
U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue