NOTES — Casio fx-CG50 Notes Browser Add-in

NOTES — Casio fx-CG50 Notes Browser

A read-only .txt notes browser add-in for the Casio fx-CG50 (Prizm) graphing calculator. Browse folders, read notes with markdown-like formatting, and search across all files — all using the calculator’s built-in keys.

Repo layout

source/       Build environment, source code, tools, tests
calculator/   NOTES.g3a app file, ready to copy to your calculator
README.md     You are here

Install

  1. Copy calculator/NOTES.g3a to the calculator’s @MainMem\ folder (via FA-124 or USB mass storage).
  2. Create a folder called NOTES in \fls0\ on the calculator and put your .txt files in it.
  3. Launch NOTES from the Main Menu.

There is an empty calculator/NOTES\ folder ready for you to fill with your own .txt files. Only .txt files are supported. Organise them into subfolders however you like:

\fls0\NOTES\Maths\Pure\integration.txt
\fls0\NOTES\French\vocab.txt
\fls0\NOTES\CS\FloatingPoint\examples.txt

Controls

File browser

Button Action
UP / DOWN Move selection
EXE or F1 Open folder / file
F2 Search all .txt files
F6 or EXIT Parent folder
MENU or AC Quit

Text viewer

Button Action
UP / DOWN Scroll line by line
LEFT / RIGHT Horizontal scroll (unwrap wide lines)
F3 Page up
F4 Page down
F1 Next search match / next page
F2 Previous search match / previous page
F5 Find text in current file
F6 or EXIT Back to file browser

Features

Build from source

./source/compile notes

Requires Docker. See source/tools/docker/Dockerfile.notes-source for the cross-compiler image.