Skip to content

A quick and easy sanity check to ensure that your EVE Display works properly Arduino UNO version.

License

Notifications You must be signed in to change notification settings

MatrixOrbital/EVE-Basic-Demo-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick and easy sanity check to ensure that your EVE Display works properly Arduino UNO version.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published