Why should the TI users have all the fun?
Want to display custom images on your Casio Graphing calculator?
Well, I did but unfortunately, I couldn't find a single other person who has done this for my calculator (Casio FX-9750GII).
So here's my attempt at it.
Note: The original code was lost and I am currently remaking the C++ code. There is also a HTML version if you wanted to try this out as well
- Go to Releases and download the latest exe.
- Download the index.html and use it
- Create a folder and have your image and the .exe inside it.
- Open the executable and select your image file.
- This program will first convert it into B&W and resize it to fit your calculator.
- Pick your preferred image from the options that it provides.
- Save it to a location.
- Open CASIO-FA124, paste the output program and upload to your calculator
Clearing the screen before starting to draw is advised (SHIFT + VARS, F6, F1, F2)
Some images might output code too long for a single calculator program (as casio has a limit for how many lines each program can have) so just split it into 2 programs and dont clear the screen between them and it should work fine.