Add live editing option to LCD menu
This commit is contained in:
@ -55,8 +55,8 @@
|
||||
#endif
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
extern int lcd_contrast;
|
||||
void set_lcd_contrast(int value);
|
||||
extern uint16_t lcd_contrast;
|
||||
void set_lcd_contrast(uint16_t value);
|
||||
#elif ENABLED(SHOW_BOOTSCREEN)
|
||||
void bootscreen();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user