summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/viewport.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c
index 4b89608458..08cb9601e0 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -111,6 +111,9 @@ static void toggle_theme(enum screen_type screen, bool force)
{
/* remove the left overs from the previous screen.
* could cause a tiny flicker. Redo your screen code if that happens */
+#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
+ screens[i].backdrop_show(sb_get_backdrop(i));
+#endif
if (!was_enabled[screen] || force)
{
struct viewport deadspace, user;