Skip to content

Commit

Permalink
[GigaBlueVFDControl] add some boxes to support (openvix).
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Blackburn authored and javilonas committed Jul 5, 2016
1 parent f706ead commit 42ab175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GigaBlueVFDControl/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def delay_init(self):

def main(menuid, **kwargs):
if getImageDistro() == "openvix":
if BOX in ('gb800se', 'gb800solo') and menuid == "leddisplay":
if BOX in ('gb800se', 'gb800solo', 'gbx1', 'gbx3') and menuid == "leddisplay":
return [(_("Display/LED"), startLED, "LED_Giga", None)]
elif BOX in ('gb800seplus', 'gbultra', 'gbultrase') and menuid == "display":
return [(_("Display/LED"), startLED, "LED_Giga", None)]
Expand Down

0 comments on commit 42ab175

Please sign in to comment.