Skip to content
Advertisement

Tag: clock

Scrolling text effect on 2D array

For a project I am working on I would like to be abbe to “scroll” an array like so: Here is the code I have so far: private boolean[][] display = this.parseTo8BitMatrix(“Here”); private int scroll = …

Advertisement