Skip to content

Commit

Permalink
Megatronics
Browse files Browse the repository at this point in the history
Megatronics
  • Loading branch information
Mike Santifort authored May 15, 2019
1 parent ddee8e3 commit ce416d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MK4duo/src/lcd/ultralcd/dogm/ultralcd_dogm.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// LCD selection
#if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
#define U8G_CLASS U8GLIB_ST7920_128X64_4X
#if DISABLED(SDSUPPORT) && (LCD_PINS_D4 == SCK_PIN) && (LCD_PINS_ENABLE == MOSI_PIN)
#if (LCD_PINS_D4 == SCK_PIN) && (LCD_PINS_ENABLE == MOSI_PIN)
#define U8G_PARAM LCD_PINS_RS
#else
#define U8G_PARAM LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS
Expand Down

0 comments on commit ce416d3

Please sign in to comment.