User Activity

Hello everyone, I have a question about touchGFX bitmap. Can I write a fuction that input is an array of bitmap and its length, and output a bitmap that is concate of all bitmaps in array?
Hi everyone, I'm doing a game project with ST32 and ToughGFX for my Embedding Course. It's my first time using both, and I'm quite unfamiliar with the data struct in ToughGFX. Now I'm trying to write a funtion with input is 2 TextureMaper, and want t...