Hi all!
I've got some code running well on the GP32 now but I need to load and save to the GP32 SMC. :huh:
I have my screen in a buffer and i'd like to SAVE that screen buffer to a file on the SMC (say as file1.???).
[basically saving a snapshot of the screen]
First problem is how do I save the data? What file format am i using? (or worse still do i need to create a file format??) :huh:
I'd like to compress the file (on save) if possible.
I'd also like to give the user a way to load the files they've saved.
I'm not too concerned with a file requester at the moment, just loading and saving to 'banks' since i'm sure people would hate having to put in filenames with a virtual keyboard!
Any help would be greatly appreciated.
I've got some code running well on the GP32 now but I need to load and save to the GP32 SMC. :huh:
I have my screen in a buffer and i'd like to SAVE that screen buffer to a file on the SMC (say as file1.???).
[basically saving a snapshot of the screen]
First problem is how do I save the data? What file format am i using? (or worse still do i need to create a file format??) :huh:
I'd like to compress the file (on save) if possible.
I'd also like to give the user a way to load the files they've saved.
I'm not too concerned with a file requester at the moment, just loading and saving to 'banks' since i'm sure people would hate having to put in filenames with a virtual keyboard!
Any help would be greatly appreciated.