diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 02:22:24 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 02:22:24 +0000 |
| commit | abb278c6414b0992f2472f06c44ee483e36c158c (patch) | |
| tree | 6d18b6e66df356204d34bc531f6dd894a0f5bd87 /mytest.py | |
| parent | 4c6f2641f8262e72a0df0e6d1225e121a4210867 (diff) | |
| download | enigma2-abb278c6414b0992f2472f06c44ee483e36c158c.tar.gz enigma2-abb278c6414b0992f2472f06c44ee483e36c158c.zip | |
add lcd-init
add rfmod-init
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -182,9 +182,15 @@ Components.AVSwitch.InitAVSwitch() import Components.Network Components.Network.InitNetwork() +import Components.Lcd +Components.Lcd.InitLcd() + import Components.SetupDevices Components.SetupDevices.InitSetupDevices() +import Components.RFmod +Components.RFmod.InitRFmod() + import Components.NimManager # first, setup a screen |
