I have managed to create a dispmanx element from a python script.
I want to write text on this element. I can do it with pygame, but pygame does not provide layer feature. I need this feature for playing a background video with omxplayer.
So my question is: is it possible to create a dispmanx element, create a pygame surface and ask pygame to write the surface on dispmanx element.