summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-23 11:17:52 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-23 11:17:52 +0000
commit86f9a8410b8cfe53b11ca10f4f6dbcc2440c0e97 (patch)
tree48a2555b17b1b485b9c5f8c1385296f6cdff2309 /uisimulator/common
parente0d60436b2ab01d02e577b2f4cd9c8967d74d635 (diff)
downloadrockbox-86f9a8410b8cfe53b11ca10f4f6dbcc2440c0e97.tar.gz
rockbox-86f9a8410b8cfe53b11ca10f4f6dbcc2440c0e97.zip
Split lcd driver into lcd-player and lcd-recorder. Player simulator still needs fixing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2370 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/sim_icons.c2
-rw-r--r--uisimulator/common/stubs.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c
index 8c175e48b1..8676d873bf 100644
--- a/uisimulator/common/sim_icons.c
+++ b/uisimulator/common/sim_icons.c
@@ -172,7 +172,7 @@ void sim_battery_icon(int icon, bool enable)
172}; 172};
173 173
174void 174void
175sim_lcd_icon(int icon, bool enable) 175lcd_icon(int icon, bool enable)
176{ 176{
177 switch (icon) 177 switch (icon)
178 { 178 {
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index f999b2fd95..463cf199bf 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -119,3 +119,6 @@ void lcd_putc(int x, int y, unsigned char ch)
119 (void)ch; 119 (void)ch;
120} 120}
121 121
122void lcd_set_contrast( int x )
123{
124}