Make lcd_bootscreen common to both

This commit is contained in:
Scott Lahteine
2017-07-02 00:35:41 -05:00
parent 859248433f
commit ae5923a3d0
4 changed files with 65 additions and 46 deletions

View File

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