Skip to content

Commit

Permalink
[INI] preparation for new hde
Browse files Browse the repository at this point in the history
  • Loading branch information
a4tech committed Jun 11, 2014
1 parent 097b523 commit 4665f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INIVFDControl/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class VFD_INISetup(ConfigListScreen, Screen):
def __init__(self, session, args = None):

self.skin = """
<screen position="100,100" size="500,210" title="VFD_INI Setup" >
<screen position="100,100" size="500,210" title="LED Display Setup" >
<widget name="config" position="20,15" size="460,150" scrollbarMode="showOnDemand" />
<ePixmap position="40,165" size="140,40" pixmap="skin_default/buttons/green.png" alphatest="on" />
<ePixmap position="180,165" size="140,40" pixmap="skin_default/buttons/red.png" alphatest="on" />
Expand Down Expand Up @@ -295,7 +295,7 @@ def sessionstart(reason, **kwargs):
controliniVfd()

def Plugins(**kwargs):
if getBoxType() in ('xpeedlx1'):
if getBoxType() in ('xpeedlx1', 'atemio6100'):
return [ PluginDescriptor(where=[PluginDescriptor.WHERE_AUTOSTART, PluginDescriptor.WHERE_SESSIONSTART], fnc=sessionstart),
PluginDescriptor(name="LED Display Setup", description="Change VFD display settings",where = PluginDescriptor.WHERE_MENU, fnc = main) ]
else:
Expand Down

0 comments on commit 4665f88

Please sign in to comment.