Skip to content

Commit

Permalink
Slightly more optimized area clean in SC-8850.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Jul 31, 2024
1 parent 9809666 commit 9752d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disp/disp_sc8850.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9752d7f

Please sign in to comment.