Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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 EDA.jpg
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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top