scrolling in roScreen, roBitmap, roRegion, roCompositor
Hi Guys, Since the default listscreen doesnot meet my needs, I have trying to create a custom scroll area using roScreen, roBitmap, roRegion AND roCompositor. I want some text to be displayed ...
You're only clearing it once at the beginning of the program. You need to clear it every time you draw the text, so that you're not drawing new text on top of old text.