summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps-common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 11e92a640d..1cda8c0f24 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -326,6 +326,10 @@ bool wps_data_preload_tags(struct wps_data *data, char *buf,
326 326
327 if (ret > 0) 327 if (ret > 0)
328 { 328 {
329#if LCD_DEPTH == 16
330 if (ret % 2) ret++;
331 /* Always consume an even number of bytes */
332#endif
329 /* Update the image cache. */ 333 /* Update the image cache. */
330 if (bmp_cache_write && bmp_cache_fd >= 0) 334 if (bmp_cache_write && bmp_cache_fd >= 0)
331 { 335 {