Add live editing option to LCD menu
This commit is contained in:
parent
0e1f0efc4b
commit
11fc9564c9
4 changed files with 37 additions and 55 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue