From 9752d7f250848241482614085510853222143414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lumi=C3=A8re=20=C3=89lev=C3=A9?= <88174309+PoneyClairDeLune@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:43:50 +0000 Subject: [PATCH] Slightly more optimized area clean in SC-8850. --- src/disp/disp_sc8850.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disp/disp_sc8850.mjs b/src/disp/disp_sc8850.mjs index 60a63fe..a104d78 100644 --- a/src/disp/disp_sc8850.mjs +++ b/src/disp/disp_sc8850.mjs @@ -474,7 +474,7 @@ let Sc8850Display = class extends RootDisplay { break; }; default: { - fillBitsInBuffer(upThis.#nmdb, totalWidth, 48, 48, 97, 15, 0); + fillBitsInBuffer(upThis.#nmdb, totalWidth, 48, 57, 97, 6, 0); //fillBitsInBuffer(upThis.#nmdb, totalWidth, 47, 47, 99, 1, 255); fillBitsInBuffer(upThis.#nmdb, totalWidth, 47, 63, 99, 1, 255); fillBitsInBuffer(upThis.#nmdb, totalWidth, 47, 47, 1, 16, 255);