User Activity

Hello,I'm working on a project on STM32F769 DISCO Board in which I need to read and parse data from a .json file (3kb). I tried using Nlohmann JSON.hpp library for data reading and parsing and, even if I do not have compilation problems (except for a...
Hello, I created a scrolllist where each item (container) contains a scrolllist with subitems (containers).Items and subitems have text areas which need to be updated. I know how to update texts in the items using "ScrolllistUpdateItem" in the Screen...