How to display real-time sensor curves on TouchGFX (I2C communication)?
Hello everyone,
I’m working on a project using TouchGFX and I would like to know if it’s possible to display real-time curves (line graphs) that represent data coming from a sensor connected via I2C.
:small_blue_diamond: I’m using a microcontroller from the STM32 series.
:small_blue_diamond: The sensor communicates through I2C (temperature sensor).
:small_blue_diamond: I would like to visualize this data in graphical form (curves or charts) on the display using TouchGFX.
My main questions are:
-
Is it possible to plot real-time curves or graphs using TouchGFX?
-
Are there any built-in widgets or recommended methods to implement dynamic data plotting?
-
What is the best way to send I2C data from the MCU to the TouchGFX GUI efficiently?
-
Are there any examples or tutorials available?
Any suggestions, code examples, or documentation links would be very helpful!
Thanks in advance :folded_hands:
