LCD_CONTRAST to uint16_t for 1.1.x parity (#9148)
This commit is contained in:
parent
59d48b9b1f
commit
4393c3ef7f
4 changed files with 7 additions and 7 deletions
|
|
@ -71,8 +71,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