Skip to content

Files

Latest commit

53c10f3 · Feb 25, 2022

History

History
66 lines (40 loc) · 2.11 KB

README.md

File metadata and controls

66 lines (40 loc) · 2.11 KB

Basic EVE Arduino UNO Example Code

Written for an EVE2 or EVE3 or EVE4 running on an Arduino UNO.

This code when executed will display MATRIX ORBITAL text and a circle switching between blue and red . alt text

This code will illustrate:

  • EVE initilization
  • Set colour
  • Draw blue and red circle
  • Write text

please note, this example does not utilize touch

IMPORTANT

  1. Download and rename the directory from Basic-EVE-Demo-Arduino-master to Basic-EVE-Demo-Arduino

  2. Load the INO project

  3. Configure the display. The example is configured for a 5.0", to change the display used edit:

Eve2_81x.h --> // Panel specific setup parameters, SELECT THE SIZE DISPLAY, the settings work for EVE2, EVE3 and EVE4 displays.

//User selectable configurations.
//#define EVE2_70
#define EVE2_50
//#define EVE2_43
//#define EVE2_38
//#define EVE2_35
//#define EVE2_29
  1. Upload

Hardware Requirements:

LIBRARY

  • This code makes use of the Matrix Orbital EVE2 Library found here:

    https://github.com/MatrixOrbital/EVE2-Library

    • While a copy of the library files (Eve2_81x.c and Eve2_81x.h) is included here, it will not be updated. For the most up to date files please use the files from the link above.

EVE SPI TFT connected to a Scoodo SHIELD

alt text

Support Forums

http://www.lcdforums.com/forums/viewforum.php?f=45