GiCentre Mulitsketch Library bug
in
Contributed Library Questions
•
6 months ago
I am using the GiCenter Library to run a randomized slideshow of 12 sketches. Each sketch is an animated array of images (ranging from 30-80 images) for a grand total of 800-ish images. I am asymmetrically loading the images in order to not run out of memory, and the speed of the animations is controlled by a sensor attached to an arduino. It is all running pretty smoothly, with one exception.
The size of the sketch is 1280x720, and the project will be running in a gallery for the next month.
Periodically (and it seemingly happens more frequently when the sketch first runs) a sketch will only show in the upper left corner of the display window (at 100 px x 100 px)- the rest will be black, and a null pointer exception will pop up. It seems to sort itself out the longer the sketch runs, but I can't figure out why it is happening, and it is less than ideal…. Any ideas why it is happening? I can't find anything in the code, all the sketches are set to the proper pixel dimensions….
1