Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
Snagi0 committed Aug 28, 2019
1 parent 7022fc6 commit b81ff65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,10 @@
#elif ENABLED(ULTI_CONTROLLER)
#define _LCD_CONTRAST_INIT 127
#define _LCD_CONTRAST_MAX 254
#elif EITHER(MAKRPANEL, MINIPANEL)
#elif ENABLED(MAKRPANEL)
#define _LCD_CONTRAST_INIT 17
#elif ENABLED(MINIPANEL)
#undef _LCD_CONTRAST_INIT
#endif

#define HAS_LCD_CONTRAST defined(_LCD_CONTRAST_INIT)
Expand Down

0 comments on commit b81ff65

Please sign in to comment.