Use this UI module on your EVShield for easy user interaction.
The module has a color display and a navigation switch.
- 2.2 inch 320x240 TFT Color Display
- 5 Position Navigation Switch
- Integrated with EVShield library for Programming
- Also works with just Arduino (without EVShield)
See the product page.
First, you must have the Arduino Desktop IDE installed.
On this mindsensors/EVs_UIModule GitHub repository, click the green "Clone or download" button in the top-left of the page. Then click "Download Zip."
Open the Arduino IDE. Go to Sketch -> Include Library -> Add .ZIP Library, and select the Zip file you downloaded.
If you are having trouble, try the Installing Additional Arduino Libraries guide.
This library requires the adafruit/Adafruit_ILI9340 library, which requires the adafruit/Adafruit-GFX-Library library. Download and add both of these libraries as well.
If you are using this product with an EVShield, also download and add the EVShield library.
Go to File -> Examples -> EVs_UIModule for some examples to get you started.
You can find documentation for this project locally in html/index.html, or hosted online on our reference page.