Question
The location of the variable for using a video file in a sample project.
I noticed that the "video_SampleVideo2_216x216_bin_start" variable is not declared in the TouchGFX Designer-generated video playback example. Instead, it is being used in the "VideoDatabase.hpp" file as 'extern const uint8_t video_SampleVideo2_216x216_bin_start[];'. I'm curious where this variable is defined.
If possible, could you please provide a detailed explanation of where and how this variable is defined?
