BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Matrix Orbital

Pages: 1 [2] 3
16
Shared Projects / Basic EVE Arduino UNO Example Code
« on: March 02, 2021, 11:12:46 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

17
Discussion - EVE / Re: Display a loading page with ESD
« on: February 25, 2021, 07:01:16 PM »
Cyrilou,

I couldn't see what display you are using, but if you are using a Matrix Orbital EVE display you can use this module here to upload directly into the NOR Flash

https://www.matrixorbital.com/eve2-usb2spi-kit-a


18
Discussion - EVE / Re: ARGB4 image corruption.
« on: December 17, 2020, 10:57:23 PM »
The FIF0 is 4k so you might be over running the buffer. Make sure that your display list commands do not go over 4k

19
Discussion - EVE / Re: REG_TOUCH_RZ giving output 32627 without touching
« on: November 20, 2020, 09:26:52 PM »
To verify that the hardware is working properly please run this demo

https://github.com/MatrixOrbital/Basic-EVE-Demo

20
Simple weather station application for an ESP using the WEMOS D1 Mini and a Matrix Orbital EVE3 4.3" SPI Display.

The display used, EVE3-43G is an oversized Capacitive touch 4.3" IPS TFT for easy mounting and clean design. The EVE3 uses the BT815 and BT816 as the graphics engine and features 32Mb on-board memory.

Source Code
https://github.com/MatrixOrbital/EVE-ESP32-Weather-Demo





Requirements

    WEMOS D1 Mini (Most models of the ESP32/ESP8266 should work, but are untested)
    A Matrix Orbital EVE3-43 display
    A Matrix Orbital EVE-SPI2BBC Breakout board
    A Matrix Orbital EVE2-USB2SPI-KIT-A USB to SPI Adapter board

Support for the project

https://www.lcdforums.com/forums/viewtopic.php?f=45&t=6900

21
Test and Review Area / Re: EVE Asset Builder 1.6.0
« on: October 09, 2020, 11:26:39 PM »
Is there a time frame for the new release?

22
Discussion - EVE / Re: EVE2 70A Display comes and goes blank.
« on: July 24, 2020, 11:32:09 PM »
A suggestion was posted on our forums:

https://www.lcdforums.com/forums/viewtopic.php?f=45&t=6886


Hello,

Thank you for posting on the forum.

If you please check out this sample demo code we have for the EVE's:

https://github.com/MatrixOrbital/Basic-EVE-Demo

You may check out the code and use it as reference.



23
This is a sample application written in C# for Windows that will allow bitmaps to be displayed directly onto a Matrix Orbital EVE2, EVE3 or EVE4 Series SPI Display. We also show off our new IPS 1000nit sunlight readable display!

Watch the video here



To use this application you will require

USB 2 SPI module or EVE3x USB version TFT Display

GITHUB Project Page
https://github.com/MatrixOrbital/EVE-Windows-Bitmap-Viewer

Support Forums

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

The sample application is written in C# with a DLL version of the Matrix Orbital Eve Library to handle the communication with the module.

25
Thanks for the feedback. Let me double check the manual!

26
Another member in the EVE3x family, 3.9" 1U 480x128 1000nit sunlight readable display! Available in non-touch, resistive touch and capacitive (coming soon!)

EVE3x-39A
https://www.matrixorbital.com/eve3x-39a



The new EVE3x series features:

  • Expanded PCB for easy mounting
  • Enhanced ESD protection
  • On-Board NOR Flash up to 128mb
  • EVE3 IC


NEW Optional Features:

  • USB interface using the FTDI FT232H
  • Haptic feedback
  • Speaker


27
riforifo,

We have done a few semi-custom displays for customers to harden displays against EMI/EMC/ESD. If you contact us we might be able to help you out.

sales@matrixorbital.ca

28
Discussion - EVE / Re: Capacitive touch screen calibration
« on: June 16, 2020, 09:46:37 PM »
Hi,

Thanks for those answers.

Quote
If you let me know what screen resolution you are using I can query the dev team for information on where the points would be located on the screen.

We are currently testing the 4.3" screen, with a resolution of 480x272. We will probably migrate to a 7" screen for a resolution of 800x480.

Hello T.Pierret,

Please contact me if we can help you with the hardware.

sales@matrixorbital.ca

Thank you!

29
Since the inflate command can not know how much memory will be required to store the result of inflation, EVE writes back the last memory location used in a unconventional place.  In the "EVE School" example from Matrix Orbital, you can see this in action on the last line of the LoadJPG() function in "process.c".

https://github.com/MatrixOrbital/EVE-School

30
You might find this helpful, we have an example of CMD_FLASHUPDATE with 4k blocks that are automatically erased and written using GRAM as scratch space.

https://github.com/MatrixOrbital/EVE3-BT81x-Flash

Look for the function "FileTransfer2Flash" in process.c

Pages: 1 [2] 3