Hi.
I'm trying to convert a bitmap for use with my arduino glcd. I'm using the processing program "glcdBitmap" that comes with the KS0108 example sketch.
The bitmap is here:
vachementcool.com/keg2.bmp
When I try to convert this to keg2.h for use with my arduino I get this stack trace from processing:
Exception in thread "Animation Thread" java.lang.ArrayIndexOutOfBoundsException: 1089
at glcdBitmap.getValue(glcdBitmap.java:109)
at glcdBitmap.writeFile(glcdBitmap.java:88)
at glcdBitmap.setup(glcdBitmap.java:48)
Can anyone help me process this bitmap. Is there something wrong with my bitmap or is it a bug with glcdBitmap.pde?
Thank you!