Implement custom delay/millis for EXTENSIBLE_UI (#12188)
This commit is contained in:
committed by
Scott Lahteine
parent
3a3ab3391f
commit
fc31da1114
@ -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; }
|
||||
|
Reference in New Issue
Block a user