LVGL Running on ChibiOS

Description

Hi I was looking at using LVGL for a personal project, and was wondering how to connect it to ChibiOS. if anyone had any experience with using ChibiOS that would be very helpful, thanks!

What MCU/Processor/Board and compiler are you using?

STM32F7 or equivalent

What do you want to achieve?

Connecting LVGL framework to ChibiOS

What have you tried so far?

Checked official docs, but didn’t have a section available (RT)OS — LVGL documentation

There is some generic documentation that can be applied to any basic RTOS with mutexes/threads here.

Ah ok, so you simply call lvgl functions from any of the endpoints that need to access the display just making sure that there’s a lock around function invocations

Yes, exactly.