|
We're glad you came by, but you might find what you're looking for elsewhere. TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it. Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope. |
The token 0x7E signifies the beginning of a two-byte graph format token. By and large, these are the settings from the graph format menu (2nd FORMAT), with some from the mode menu (2nd MODE) thrown in for good measure.
All token values here (and elsewhere in this guide) are in hexadecimal.
- 7E 00 — Sequential
- 7E 01 — Simul
- 7E 02 — PolarGC
- 7E 03 — RectGC
- 7E 04 — CoordOn
- 7E 05 — CoordOff
- 7E 06 — Connected
- 7E 07 — Dot
- 7E 08 — AxesOn
- 7E 09 — AxesOff
- 7E 0A — GridOn
- 7E 0B — GridOff
- 7E 0C — LabelOn
- 7E 0D — LabelOff
- 7E 0E — Web
- 7E 0F — Time
.