I’ve noticed for a while now. Any graphics commands such as line or circle leave pixels at the edge of the screen if an object is partially or fully off screen !?. Is this an common MMBasic issue or something to do with the picocalc port or drivers ?
1 Like
It seems to me this was a design decision. If we are drawing off the screen, do we clamp the x y values to the valid range or do we just not draw it.
Looks like the former was chosen.
1 Like
I believe @BlairLeduc is correct. Though i don’t have a way to test, I’d expect to see the same thing happen with PicoMite on other LCD panels of different sizes. It likely happens for VGA and HDMi as well.