News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Main Menu

BT81x AVI background +foreground graphics

Started by Tingy, June 30, 2023, 03:38:49 PM

Previous topic - Next topic

Tingy

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 ?

BRT Community

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