|
| debug.hpp |
| Functions useful during debugging.
|
|
| file.hpp |
| Functions for interacting with the calculator's file system.
|
|
| gui.hpp |
| Functions and classes to create/display GUI elements.
|
|
| input.hpp |
| Functions used to retrieve user input via the touch screen or keypad.
|
|
| lcd.hpp |
| Functions for interacting with the LCD and VRAM.
|
|
| mcs.hpp |
| Functions for retrieving and setting data in the MCS.
|
|
| mem.hpp |
| Functions used for modifying and allocating memory.
|
|
| serial.hpp |
| Functions used for sending and receiving serial data.
|
|
| string.hpp |
| String manipulation functions.
|
|