I'm slowly working on my first big project for the Prizm: an add-in that reads .txt files, that is, plain text. These are the files you create with MS Windows' ugly notepad
This is still in a very early stage, and is limited by my knowledge of C and of the Prizm's system calls.
Here's a screenshot of the only thing the add-in does now:
It just reads the contents of the file test.txt from the calculator's memory, and displays them on the screen.
Newlines appear as a return sign followed by a bold P (the first means carriage return and the second one line feed, I guess). I still need to figure out how to turn these into actual different lines on the screen.
Other things to do:
- Eventually implement my own fixed-size small font
- Scroll text up and down
- Allow for choosing the text file to open (preferably with a UI that's faster to list a directory than Casio's one!)
This post is basically just a place to describe the evolution of the project, for me to ask questions and for others to comment
If anyone badly wants, I can post a g3a for download, but trust me: there's not much to see other than that in the screenshot.

This is still in a very early stage, and is limited by my knowledge of C and of the Prizm's system calls.
Here's a screenshot of the only thing the add-in does now:

It just reads the contents of the file test.txt from the calculator's memory, and displays them on the screen.
Newlines appear as a return sign followed by a bold P (the first means carriage return and the second one line feed, I guess). I still need to figure out how to turn these into actual different lines on the screen.
Other things to do:
- Eventually implement my own fixed-size small font
- Scroll text up and down
- Allow for choosing the text file to open (preferably with a UI that's faster to list a directory than Casio's one!)
This post is basically just a place to describe the evolution of the project, for me to ask questions and for others to comment

If anyone badly wants, I can post a g3a for download, but trust me: there's not much to see other than that in the screenshot.