LCD contrast type mismatch is back
WORKS!
This commit is contained in:
parent
e654ea1e1a
commit
e633ce06c7
5 changed files with 17 additions and 7 deletions
|
|
@ -84,8 +84,8 @@
|
|||
#endif
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
extern uint16_t lcd_contrast;
|
||||
void set_lcd_contrast(const uint16_t value);
|
||||
extern int16_t lcd_contrast;
|
||||
void set_lcd_contrast(const int16_t value);
|
||||
#endif
|
||||
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue