A C++ platform implementation for STM32H7 exists in https://github.com/slint-ui/printerdemo-stm32h7-cpp/tree/master/Platform . This should be generalised to work on top of any of the STM32 BSPs that provide "xxx_ts.h" and "xxx_lcd.h". The platform implementation (stm_slint_platform.cpp) should live in this repository and needs to provide the necessary CMake interface to permit use in a STM32CubeMX generated CMake project.
This is mostly done. What's missing is the integration of built packages from the release step into the Slint GH release, by attaching the artefacts and linking to them from the release artefacts table.
A C++ platform implementation for STM32H7 exists in https://github.com/slint-ui/printerdemo-stm32h7-cpp/tree/master/Platform . This should be generalised to work on top of any of the STM32 BSPs that provide "xxx_ts.h" and "xxx_lcd.h". The platform implementation (
stm_slint_platform.cpp
) should live in this repository and needs to provide the necessary CMake interface to permit use in a STM32CubeMX generated CMake project.