User Activity

Gm, I am creating a scrollable list of items, and we want have an image for each one of the items in the list, I have created a code that always prints 12 images depending on the scrollContainer.getScrolledY() value. This is for memory saving. To dis...
HiI'm trying to use handleTickEvent() in order to execute 2 functions in every tick, but it does nothing, I have declared virtual void handleTickEvent(); in the hpp file of my screen and then called it like this:But this only calls those functions th...
I'm having an error where i get not such file or directory in an include but the file is there exactly where its located in the project that that touchGFX generates for my boardAnd while reading the documentation I saw that In Project manager, the op...
Hi I'm trying to create a project for my H735G DK manually because I'm trying to learn about how its done, but each time i finish configuring the .ioc file i get this error I will pass my .ioc file if anyone wants to check it but its been copied fro...
HiSo, I want to load images at runtime from the flash memory, I have just started testing this and I found the official post on how to load BMP files at runtime, I copy pasted the BMPFileLoader.hpp and .cpp files, and called them like this:It's like ...