summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/lcd-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/lcd-remote.c')
-rw-r--r--uisimulator/sdl/lcd-remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/sdl/lcd-remote.c b/uisimulator/sdl/lcd-remote.c
index 5ce0447601..64b641ad6d 100644
--- a/uisimulator/sdl/lcd-remote.c
+++ b/uisimulator/sdl/lcd-remote.c
@@ -52,6 +52,8 @@ void sim_remote_backlight(int value)
52 } else { 52 } else {
53 sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH)); 53 sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH));
54 } 54 }
55
56 lcd_remote_update();
55} 57}
56 58
57/* initialise simulator lcd remote driver */ 59/* initialise simulator lcd remote driver */