This does not do it for me. There are examples for reading the file information but I need the modification/creation date and time which is part of the directory information
This might be okay, I hesitate though.
These attributes are stored in the directory and not with the file. The library file SdFile.c contains the ls command which handles the print.
It would be trivial to alter this...
I am able to write files with the proper date and time put into the directory.
I am able to report the date and time on Serial monitor calling root.ls(LS_R | LS_DATE | LS_SIZE);
I don't want to print the date to the...
Thanks,
Like so many of us, I enjoy the quest; however, sometimes I just want to get something working.
I ordered the Gameduino3 and the Nextion.
Both seem like great solutions. I will update post on my findings....
I have used the ili9341 in numerous projects. It was great for the Teensy 3.2,
but the Teensy 3.6 and upcoming 4 are have so much more potential.
Given its January 2019 (there are lots of older threads)...
Is...