User Activity

I have added JPEG hardware decoder on STM32H750 and can convert JPEG image to YCbCr data.For next step, I'd like to copy the decoded YCbCr data to bitmap cache with converting to RGB.How to do?TouchGFX should manage DMA2D, so I think it can't be used...
When I run simulator of video sample with Display Orientation, the video is rotated.Jpeg picture with LIBJPEG is also rotated.Could you please advice me?
I placed the buttons which are made with custom container in ScrollList.I'd like to change screen by pressing each button.How should I write my code for pressing button and change screen?I uploaded the sample project. Please see the attached for your...