From 850e76685f5249fa8afd2e4d0017f5970237d416 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Sun, 13 Mar 2022 12:34:28 +0100 Subject: [PATCH] Render watchfaces using additional planes without drawing to p0 correctly --- apps/imageclock/custom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/imageclock/custom.html b/apps/imageclock/custom.html index 48967c5a0..2aafc0e8c 100644 --- a/apps/imageclock/custom.html +++ b/apps/imageclock/custom.html @@ -600,6 +600,7 @@ if (!planes[plane][name]) planes[plane][name] = []; planes[plane][name].push({index: i, element: c}); } + if (!planeNumbers.includes(0)) planeNumbers.push(0); planeNumbers.sort().reverse(); console.log("Found planes", planes, "with numbers", planeNumbers)