Arduino string array Problem

Status
Not open for further replies.

ark5230

Advanced Member level 3
Joined
Jun 29, 2009
Messages
862
Helped
163
Reputation
324
Reaction score
140
Trophy points
1,323
Location
India
Activity points
6,187
I am trying to store names of 10 files read from SD Card in an array.
The file names are in 8.4 format (like "ABCDEFGH.TXT)
my need is to store them in array of string so that these can be used in a for loop for use and modification (manipulation)
Any suggestion or link to resource will of great help.
 

Hi,

It´s not clear to me where you see a problem...

Show your code.. how you tried it.. and explain what´s the problem with it.

Klaus
 

I am using a SD card on TFT screen 1.8" with 180 x 120 pixel.
I could read a file from SD and display it on TFT
I was trying to read the names of the files and store then in array of strings
The renaming scheme will be changed to names like
IR001.BMP
IR002.BMP and so on
the intention is to store the names in an array of strings to examine the list.
if the last file name is IR010.BMP the new file will be saved under the name IR001.BMP over writing the earlier file
for these manipulation I wish to revise the naming scheme to
IR001.BMP type
and then apply the above method to overwrite new files on the older one in sequence to preserve recent 10 files.
 

Hi,

Still unclear where you see a problem. Give a detailed error description.
And where is your code? Or do you expect someone here to write the code for you?

Klaus
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…