On 8/6/24 7:46 AM, Joshua O'Keefe wrote:
On Aug 6, 2024, at 5:33 AM, Kenneth Pettit <[email protected]> wrote:
mask = ~(0x01 << data);
Wow, Ken, it's amazing how you can just zoom right into a spot in the
code and find this so quickly based on the bug description. That's the
sign of a man who knows his codebase well...
Thanks Joshua, though it was B 9's image that told me *exactly* what the
problem was and where to look. :) Seeing the triangle patterns, it was
clear the code was clearing too many bits (pixels) from the emulated LCD
RAM byte.
Ken