BRT Community

General Category => Discussion - EVE => Topic started by: Tingy on June 30, 2023, 03:38:49 PM

Title: BT81x AVI background +foreground graphics
Post by: Tingy on June 30, 2023, 03:38:49 PM
Hello,

Rather than having a fixed background to our screens, we would like to use a short, repeating, video as the backdrop.
Is it possible to have an AVI/video playing in the background on the BT81x  and overlay other graphics, such as buttons, text, images on top ?
Title: Re: BT81x AVI background +foreground graphics
Post by: BRT Community on July 04, 2023, 05:26:14 PM
Hello,

We have an example in our sampleapp of this

Please see https://github.com/Bridgetek/EveApps/blob/master/SampleApp/Video/Src/Video.c

The function is void SAMAPP_Video_ASTCOverlay()

Note that the video uses a lot of the RAM_G and potentially the SPI bandwidth and so the functions in addition to the video may be limited. The example is mainly targeted at having some items such as logos or information overlaid on the video.

Best Regards, BRT Community