|
|
@ -99,7 +99,8 @@ |
|
|
|
#else //no LCD
|
|
|
|
FORCE_INLINE void lcd_update() {} |
|
|
|
FORCE_INLINE void lcd_init() {} |
|
|
|
FORCE_INLINE void lcd_setstatus(const char* message) {} |
|
|
|
FORCE_INLINE void lcd_setstatus(const char* message, const bool persist=false) {} |
|
|
|
FORCE_INLINE void lcd_setstatuspgm(const char* message, const uint8_t level=0) {} |
|
|
|
FORCE_INLINE void lcd_buttons_update() {} |
|
|
|
FORCE_INLINE void lcd_reset_alert_level() {} |
|
|
|
FORCE_INLINE void lcd_buzz(long duration,uint16_t freq) {} |
|
|
|