User Activity

Hi,Does anyone have an idea how to save a version number of assets into the ext. flash?I've tried it with text resource, where the version number (e.g. 1.0.0.6) is saved. But in the development process I've moved Font and Text to the internal flash. ...
I would like to show a text from a .txt file (FatFs).The .txt file contains a log of the HMI, so it gets every time bigger.Is there any solution to show any dynamic text?I can do it with a wild card and set the buffer size very high. But someday the ...
HiI've configured FatFs for SD 4Bit Bus and using FreeRTOS. I've set USE_LFN = 3 (dynamic working buffer on the HEAP)When I call f_open() it always returns FR_NOT_ENOUGH_CORE.The SD card calls are made in a seperate Task. When USE_LFN = 0 then all wo...
Hi I've configured FatFs for SD 4Bit Bus. I'm using FreeRTOS.When USE_LFN = 0 then all works well. Writing and reading to/from the SD card is working as it should.As soon as I enable USE_LFN = 3 (in CubeMX) f_open returns FR_NO_FILESYSTEM (13).check_...
HiHas anyone implemented a scroll bar to ScrollList?I am trying to do, but it's not really easy, because you do not know what your current position is.Working with scrollList1.getItem() is also not accurate beacause you get also two items that are no...
Kudos from