I searched but didn't find any sort of meaningful answer, can you help guys?
I am trying to load from an SD card, graphic data into the on board serial flash memory files for a 7" CTE LCD display.
all goes well 0 to 9 but then will not increment to 10.
the File names are 0.CTE 1.CTE ... and so on.
the 10th increment looks for a file called :.CTE (I think that's because that's the character next in the ASCII table)
if I call for 10.CTE the next increment is 20.CTE!
is this a well know gotcha? and is there a work around
IMAGE_FILENAME[0]=IMAGE_FILENAME[0]++;
this is how it increments.
Regards
Nigel