functional scrolling

This commit is contained in:
Anuken
2020-08-09 15:35:52 -04:00
parent 6dca449b08
commit 4efba475de
4 changed files with 14 additions and 7 deletions

View File

@@ -45,6 +45,9 @@ public class LogicDisplay extends Block{
if(buffer == null){
buffer = new FrameBuffer(displaySize, displaySize);
//clear the buffer - some OSs leave garbage in it
buffer.begin(Color.clear);
buffer.end();
}
if(!commands.isEmpty()){