summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 58e6ab49aa..883626d040 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -214,6 +214,15 @@ static void dump_wps_tokens(struct wps_data *data)
214 break; 214 break;
215#endif 215#endif
216 216
217#ifdef HAVE_ALBUMART
218 case WPS_TOKEN_ALBUMART_DISPLAY:
219 snprintf(buf, sizeof(buf), "album art display at x=%d, y=%d, "
220 "maxwidth=%d, maxheight=%d", data->albumart_x,
221 data->albumart_y, data->albumart_max_width,
222 data->albumart_max_height);
223 break;
224#endif
225
217#ifdef HAVE_LCD_BITMAP 226#ifdef HAVE_LCD_BITMAP
218 case WPS_TOKEN_IMAGE_BACKDROP: 227 case WPS_TOKEN_IMAGE_BACKDROP:
219 snprintf(buf, sizeof(buf), "backdrop image"); 228 snprintf(buf, sizeof(buf), "backdrop image");