Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
lcd_events.h
00001 #ifndef LCD_EVENTS_H 00002 #define LCD_EVENTS_H 00003 00004 #include "cisme.h" 00005 00006 #ifdef USE_LCD 00007 00008 /** 00009 * Welcome screen. 00010 */ 00011 void lcdEventSplash(void); 00012 00013 /** 00014 * Start handling of LCD events. 00015 */ 00016 void lcdEventsStart(void); 00017 00018 #else // USE_LCD 00019 00020 static inline void lcdEventSplash(void) 00021 { 00022 } 00023 00024 static inline void lcdEventsStart(void) 00025 { 00026 } 00027 00028 #endif // USE_LCD 00029 00030 #endif // LCD_EVENTS_H
Generated on Fri Sep 23 2022 19:29:17 by
1.7.2