Implement custom delay/millis for EXTENSIBLE_UI (#12188)

This commit is contained in:
Marcio Teixeira
2018-10-22 18:37:48 -06:00
committed by Scott Lahteine
parent 3a3ab3391f
commit fc31da1114
4 changed files with 116 additions and 6 deletions

View File

@ -30,6 +30,7 @@
bool lcd_detected();
void lcd_update();
void lcd_setalertstatusPGM(PGM_P message);
void kill_screen(PGM_P lcd_msg);
#else
inline void lcd_init() {}
inline bool lcd_detected() { return true; }