Playing videos with a TI-84+ CE

Yes, it’s weird: People were headed to the moon in 1969, and people are making video players for calculators in 2022… A quick demo to start off with: This program is open-source on GitHub: https://github.com/david-why/vplayer Usage Send bin/VPLAYER.8xp to your calculator using TI Connect CE or your favorite link software. Convert a video file with … Read more

TI-84+ CE: The seq( command

The seq( command is very useful when you want to automatically fill in a sequence of anything. Description The following text is from the TI-Basic developer site here. The seq( command is very powerful, as it is (almost) the only command that can create a whole list as output. This means that you will need make use of it … Read more