summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/lcd-common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/common/lcd-common.c b/uisimulator/common/lcd-common.c
index f9b374cf81..bf9cb5c269 100644
--- a/uisimulator/common/lcd-common.c
+++ b/uisimulator/common/lcd-common.c
@@ -50,6 +50,10 @@ int lcd_default_contrast(void)
50 return 28; 50 return 28;
51} 51}
52 52
53void lcd_sleep(void)
54{
55}
56
53#ifdef HAVE_REMOTE_LCD 57#ifdef HAVE_REMOTE_LCD
54void lcd_remote_set_contrast(int val) 58void lcd_remote_set_contrast(int val)
55{ 59{