add a "Picture in Graphics" source.. its usable to show a small embedded tv
[enigma2.git] / lib / python / Components / Renderer / Pixmap.py
1 from Renderer import Renderer
2
3 from enigma import ePixmap
4
5 class Pixmap(Renderer):
6         GUI_WIDGET = ePixmap