summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common')
-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)
212 /* does nothing */ 212 /* does nothing */
213 return false; 213 return false;
214} 214}
215
216void lcd_double_height(bool onoff)
217{
218 (void)onoff;
219}
220
221bool has_new_lcd(void)
222{
223 return false;
224}