copied file changes from PR #5685
============================== Configuration_adv.h changes ============================== add "live" LCD update ============================== P & S version ============================== final (hopefully) tested version ============================== update M115 capabilities print ============================== Menu changes portion of the requested changes ============================== changed USEABLE_HARDWARE_PWM from a function to a series of macros ============================== changes per review
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
extern uint16_t lcd_contrast;
|
||||
void set_lcd_contrast(uint16_t value);
|
||||
void set_lcd_contrast(const uint16_t value);
|
||||
#elif ENABLED(SHOW_BOOTSCREEN)
|
||||
void bootscreen();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user