User Activity

In my project, SD card was used to store the video, JPEG peripherals +DMA2D were used to convert the video format and finally displayed on the LCD screen, but only the first 4 frames could be converted each time, and then HAL_JPEG_DecodeCpltCallback ...
HiCurrently in the project, I am using a custom container and want to implement DragEvent and ClickEvent in the custom container. I follow the instructions to configure my container.hpp and container.cpp, but nothing works.I use the same method in th...