Improved LCD contrast handling
Based on MarlinFirmware/MarlinDev#200 from @eboston
This commit is contained in:
parent
b703fa9538
commit
efa7209acf
4 changed files with 26 additions and 19 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#if ENABLED(DOGLCD)
|
||||
extern int lcd_contrast;
|
||||
void lcd_setcontrast(uint8_t value);
|
||||
void set_lcd_contrast(int value);
|
||||
#endif
|
||||
|
||||
#define LCD_MESSAGEPGM(x) lcd_setstatuspgm(PSTR(x))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue