This fork is based on Kris Kasprzak's Graphing project and customized for the Elegoo 2.8" TFT Touch Screen. Kris Kasprzak's Graphing github page: https://github.com/KrisKasprzak/Graphing Watch Kris's breakdown here: https://www.youtube.com/watch?v=YejRbIKe6e0
- Elegoo 2.8" TFT Touch Screen display (https://www.elegoo.com/products/elegoo-2-8-inches-tft-touch-screen)
- Arduino Uno or Mega
- Mini USB cable to connect your Arduino Uno or Mega to your computer
- Elegoo Libraries (see instructions)
- Install your Elegoo 2.8" TFT Touch Screen onto your Arduino Mega or Uno per the instructions included with the display
- Connect your Arduino Uno or Mega to your computer via usb cable
- Download and install the Elegoo Libraries onto your PC from here: https://github.com/jmperou/Graphing-Elegoo-2.8-TFT/tree/main/Elegoo_Libraries
- Copy and Paste the code from either Graphing.ino or Graph.ino into your project in your Arduino IDE
- Upload to your Arduino Uno or Mega and enjoy
- Some of the example graphs included in Graphing.ino and Graph.ino aren't completely shown (they clip off of the display). This is just a positioning/size issue which can be resolved by modifying the X/Y positions and sizes of the graphs in the options of the function to your desire.
- Use the Discussions page if you have any questions or issues!