don't use the configElement description for element recognition
[enigma2.git] / lib / python / Screens / Dish.py
1 from Screen import Screen
2
3 from Components.BlinkingPixmap import BlinkingPixmapConditional
4 from Components.Pixmap import Pixmap
5 from Components.Button import Button
6
7 from enigma import *
8
9 class Dish(Screen):
10         def __init__(self, session):
11                 Screen.__init__(self, session)
12                 
13                 self["transparent"] = Button("")
14                 self["Dishpixmap"] = BlinkingPixmapConditional()
15                 #self["Dishpixmap"] = Pixmap()
16                 self["Dishpixmap"].setConnect(lambda: False)
17                 #self["Dishpixmap"].setConnect(eDVBSatelliteEquipmentControl.getInstance().isRotorMoving)