summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index ad334f5561..abdec40e02 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -212,3 +212,13 @@ bool oscillograph(void)
/* does nothing */
return false;
}
+
+void lcd_double_height(bool onoff)
+{
+ (void)onoff;
+}
+
+bool has_new_lcd(void)
+{
+ return false;
+}