Hello,
Is there a maximin size for a byte array?
I've declared a byte array of 115200 to hold 240x240x2 byte lcd bit map
But when I try to zero it with a simple loop it errors with:
Out of bounds error. Array length = 49664, Index = 49664
Why 49664, seems a strange number?
Any advice please?
Is there a maximin size for a byte array?
I've declared a byte array of 115200 to hold 240x240x2 byte lcd bit map
But when I try to zero it with a simple loop it errors with:
Out of bounds error. Array length = 49664, Index = 49664
Why 49664, seems a strange number?
Any advice please?