Skip to content

Commit ba34ce2

Browse files
committed
Update README.md
1 parent fbd907a commit ba34ce2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
`tivars_lib_py` is a Python package for interacting with TI-(e)z80 (82/83/84 series) calculator files, i.e. lists, programs, matrices, appvars, etc.
44

5+
> [!IMPORTANT]
6+
> The TI-84 Evo uses an entirely new & non-backwards compatible file format that has not yet been fully documented, and thus the Evo is not yet supported.
7+
58
Much of the functionality of this package has been ported over from [tivars_lib_cpp](https://github.com/adriweb/tivars_lib_cpp). However, a number of changes have been made to the API to better suit Python's strengths and capabilities as a language (e.g. scripting, dynamic typing).
69

710
- [Installation](#installation)
@@ -64,7 +67,7 @@ Every var file has two parts: a _header_ and a number of _entries_, where a sing
6467
Most var files you might encounter in the wild or need to create programmatically contain just one entry holding all relevant variable data, so the library provides a convenient interface for loading, manipulating, and saving entries by themselves.
6568

6669
> [!TIP]
67-
> If you _do_ need to mess about with headers or entire files at once (including flash files), head down to the [Vars & Headers](#vars--headers) section.
70+
> If you _do_ need to mess about with headers or entire files at once, head down to the [Vars & Headers](#vars--headers) section. For flash files and other goodies like bundles, head to [Other Files](#other-files).
6871
6972
### Entries
7073

0 commit comments

Comments
 (0)