FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: Basic EVE Arduino UNO Example Code  (Read 11034 times)

MatrixOrbital

  • Newbie
  • *
  • Posts: 8
    • View Profile
Basic EVE Arduino UNO Example Code
« on: March 02, 2021, 11:13:36 PM »

Basic EVE Arduino UNO Example Code

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

Code is located on GitHub
https://github.com/MatrixOrbital/EVE-Basic-Demo-Arduino

This code when executed will display MATRIX ORBITAL text and a blue circle.



This code will illustrate:
    EVE initilization
    Set colour
    Draw blue dot
    Write text

please note, this example does not utilize touch

------------------------------------------------------------------------------------------

Hardware Requirements

Designed for Matrix Orbital EVE2/3/4 SPI TFT Displays
https://www.matrixorbital.com/ftdi-eve




Scoodo EVE TFT SHIELD for Arduino
https://www.matrixorbital.com/eve2-shield




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



Support Forums

    http://www.lcdforums.com/forums/viewforum.php?f=45
« Last Edit: March 03, 2022, 03:58:03 AM by MatrixOrbital »
Logged