Re: Large 62X32 array in code

Along the lines of array of unsigned ints.. Looks like this should do the trick. (Taken from someones propeller code)

unsigned long displayBitmap[2322];

*2 as I need two colors.