Intro:

There are 2 categories of function added to V7 firmware to use onboard Flash memory more efficiently:
 
1) miniFile system:
Note:(The maximum length of file name is 11 bytes),(maximum of files is 254)
To save files to flash, use "Coolterm" software is much easy to do the work.
  1. Switch flash memory operation mode between direct and file access.
  2. Format whole flash chip (4MAT).
  3. Reserve partial flash memory space for direct access.
  4. List all or a specific file.
  5. Read file content.
  6. Create and Save content to a file.
  7. Delete a file.
  8. Rename a file.
  9. Run commands set in file.
2) JPEG decorder: 
  1. Decorder a baseline format JPEG file and display the picture on screen.
  2. Search and display NEXT JPEG file and display the picture on screen(file name end with .jpg).

3) Other:

  1. Goto specific address in file or flash memory when run in commands set.
  2. Get display information: width(pixel), height(pixel), color depth. 

V7 Digital photo frame tool