I try to create an animated LED Banner. I can create letter views using a 5x8 digit display and make the the text move (https://github.com/drollig8/LEDBanner.git): The problem: with only a 10 letter text iOS will have to refresh 400 views 25 times per second. This kind of kills the CPU.
What can I do to make this endeavour more energy-saving?
Here is one approach for a right-to-left scrolling display.