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

Main Menu
Menu

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.

Show posts Menu

Messages - Matrix Orbital

#16
Shared Projects / Re: 4.3" EVE3 in a Cold Brewer!
June 21, 2022, 06:39:18 AM
Quote from: Rudolph on May 24, 2022, 06:32:13 PM
This forum needs a like button.  :)

Now I kind of want one. :)
But holy smokes, 5 gallons? That is like 20l?
That is maybe something to recommend for the company restaurant. ;)

Yes, it is a lot, it is designed for Cafes I believe. They even have a 380L version if you really need a hit!
#17
Shared Projects / 4.3" EVE3 in a Cold Brewer!
May 19, 2022, 01:33:13 AM
5 gallons of coffee cold brew under 2 hours!!! We have been working with Brew Bomb for several years, being one of our first EVE3 customers!

Display:
https://www.matrixorbital.com/eve3x-43a-ips

Company:
https://www.brewbomb.com/

#18
Wanted to share a very well implemented 3.5" EVE3 display with our oversized capacitive touch panel, 1000cd/m2 IPS display.

"The Gas Trackerâ,,¢ Digital Gas Flow Monitor provides an easy way to monitor and track shielding gas flow in robotic or semi-automatic MIG or TIG welding applications."

Display:
https://www.matrixorbital.com/eve3-35g-ips

Company:
https://www.wire-wizard.com



#19
Shared Projects / Re: Basic EVE Arduino UNO Example Code
February 25, 2022, 11:28:11 PM
This code has been updated, now it shows the circle switch between blue and red, code was optimized, more comments were added and cleaned up more.
#20
Shared Projects / Matrix Orbital 7" EVE in an EV ATV
November 25, 2021, 09:18:59 AM
Wanted to share the EVE3 being used in a Canadian electric ATV Start up

https://theron-ev.com/en/

This is our 7" 1000cd/m2 sunlight readable custom oversized glass TFT.
https://www.matrixorbital.com/eve3x-70g

Check out the video
https://www.youtube.com/watch?v=dLkfpdDUK7c





#21
Discussion - EVE / Basic Arduino EVE Demo
March 02, 2021, 11:37:08 PM
We have released new sample code, this time for the Arduino UNO.

It is VERY basic code, mainly to get you started

This code will illustrate:

  • EVE initilization
  • Set colour
  • Draw blue dot
  • Write text
please note, this example does not utilize touch

Detailed information:
http://www.brtcommunity.com/index.php?topic=229.0
#22
Shared Projects / Basic EVE Arduino UNO Example Code
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
#23
Discussion - EVE / Re: Display a loading page with ESD
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

#24
Discussion - EVE / Re: ARGB4 image corruption.
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
#25
To verify that the hardware is working properly please run this demo

https://github.com/MatrixOrbital/Basic-EVE-Demo
#26
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
#27
Test and Review Area / Re: EVE Asset Builder 1.6.0
October 09, 2020, 11:26:39 PM
Is there a time frame for the new release?
#28
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.



#29
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.