DesmosCE


A project intended to let you use desmos on a TI-84 Plus CE.


I never ended up finishing this project. I got bored and I eventually realized that I would probably never go back and finish it. So here is what I got. It's functional, but only just. Here are the steps to getting it set up:

  1. Click here to download the zip file
  2. Extract the file
  3. If your calculator can already run executables, you can skip this. If not, you need to first download arTIfiCE or use another method of doing so
  4. Upload SRLCOLOR.8xp to your calculator using TI Connect CE
  5. Connect your calculator to your computer via a USB cable
  6. Setup DesmosCE.py. It requires pyserial, selenium, urllib, PIL, and pynput. Replace "PUT CHROMEDRIVER PATH HERE" with your chromedriver path for selenium. I have only tested this on windows

Now to start the program:

  1. Connect your calculator to your computer via a USB cable
  2. Run SRLCOLOR
  3. Run DesmosCE.py

In case you want to edit the code, the uncompiled c program for SRLCOLOR is provided (main.c). You can use the CEdev Toolchain to compile it.


Again, I never plan to go back to this project, so please don't try to get me to fix bugs or add features.