A very simple device prototype with LVGL v7 GUI on esp32 + st7789 + esp-idf + multitasking

Hi!

Nothing special but the device is starting to be functional so it might be useful for somebody as an example (or anti-example, who knows :smiley: ).

It is a 5 channel pressure controller (with external sensors).

I’m using a few tasks with GUI in its own task and use task notifications to notify the GUI task about waiting updates.

Code on GitHub

6 Likes