Make lcd_bootscreen common to both
This commit is contained in:
parent
859248433f
commit
ae5923a3d0
4 changed files with 65 additions and 46 deletions
|
|
@ -64,8 +64,10 @@
|
|||
#if ENABLED(DOGLCD)
|
||||
extern uint16_t lcd_contrast;
|
||||
void set_lcd_contrast(const uint16_t value);
|
||||
#elif ENABLED(SHOW_BOOTSCREEN)
|
||||
void bootscreen();
|
||||
#endif
|
||||
|
||||
#if ENABLED(SHOW_BOOTSCREEN)
|
||||
void lcd_bootscreen();
|
||||
#endif
|
||||
|
||||
#define LCD_UPDATE_INTERVAL 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue