LCD contrast type mismatch is back

WORKS!
This commit is contained in:
Bob-the-Kuhn
2018-01-09 23:41:14 -06:00
parent e654ea1e1a
commit e633ce06c7
5 changed files with 17 additions and 7 deletions

View File

@ -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)