Examples of working with esp32 or stm32 and displays #203
Replies: 1 comment 1 reply
-
It can definitely do more than "than blinking LEDs or outputting messages to a serial" Regarding esp32 - I had good success running TS in a separate FreeRTOS task (which is how loop is executing) on one core. This is a bit old, but the concepts are the same: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone tell me if this scheduler has been used for tasks more complex than blinking
LEDs
or outputting messages to a serial?For example, working with displays, or even better, working with the lvgl graphics library?
Does the library have the ability to work with a dual-processor
esp32s3
microcontroller?Is there some kind of analog of a
mutex
like infreeRTOS
?I would be glad to have a constructive discussion with engineers😀
Beta Was this translation helpful? Give feedback.
All reactions