You are reading a single comment by @d3nd3-o0 and its replies. Click here to read the full conversation.
  • I tried an example code whilst in 80x80 or 120x120 mode, which just draws a rect then tries to scroll it.

    g.scroll(0,-20);g.flip(); WORKS
    g.scroll(0,20);g.flip(); BUGGY?

    Trying to get my head around it..

    The smaller the value you use the more it seems to bug, as if its doing some weird division. If the number is greater than half way, the bug is less visible.

About

Avatar for d3nd3-o0 @d3nd3-o0 started