Skip to content

Commit

Permalink
[mytest] remove pngutil import for lcd2
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Oct 3, 2015
1 parent d787d68 commit 250b272
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mytest.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
import sys, os
from time import time

if os.path.exists('/dev/lcd2'): # VuDuo2 lcd
from fcntl import ioctl
led_fd = open("/dev/lcd2",'rw')
ioctl(led_fd, 0x10, 25)
led_fd.close()

from pngutil import png_util
pngutil = png_util.PNGUtil()
pngutilconnect = pngutil.connect()
if pngutilconnect:
pngutil.send("/usr/share/enigma2/distro-lcd-logo.png")

if os.path.isfile("/usr/lib/enigma2/python/enigma.zip"):
sys.path.append("/usr/lib/enigma2/python/enigma.zip")

Expand Down

0 comments on commit 250b272

Please sign in to comment.