Eve display 5inch display sensor value and Gui ?

Hi
I've seen some nice display with Eve FT8xx chipset FT813 running supposely with the Eve evd 4.6 software gui. But so far i only found this to display still image or video. I'm looking to display a gauge with like 2 text value, coming from sensor. Could be esp32 or arduino...
But i haven't found any working example.
So just looking if possible for a gauge or example displaying a sensor reading... Perhaps i haven't find the proper lib or so.. About 8yrs ago i had driven a 7inch lcd from the arduino mega. It was quite hard and to end up about taking 8min to draw all the pixel for a simple color. hehe I try to not code all again.

Thanks in advance

I'd suggest looking at the Gameduino forks for an easier implementation of coding for these modules

Well these TFTs are not normal within the arduino environment. ILI9XXX, SD1XXX or LCD are the usual.

Maybe for cost or maybe for not going out of the conventional, however, in my mind, they are at the top.

First of all: you must master the use of the screen. Then, the use of sensors is quite simple.

Try this library

This library can handle FT81X in MCU as teensy 3.6 or STM32 like Core7XXI, nucleo F767ZI, M4-DEMO, F103, F407, F429-DISCO

Teensy 3.6 + NHD FT813 5"

DHT11 wiring: DATA--Pin23, 3.3V, GND

PD: To handle STM32 MCU inside of the IDE arduino, you have to use the generic danieleff core