Skip to content

Commit

Permalink
[vfd] add dm820 to vfd skin selector
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Mar 6, 2017
1 parent f6b44e7 commit 1e88300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin.py
Expand Up @@ -110,7 +110,7 @@ def skin_user_skinname():
addSkin('skin_second_infobar.xml')

# Only one of these is present, compliments of AM_CONDITIONAL
if getBoxType() in ('dm900', 'mutant51', 'mutant52', 'hd51', 'hd52', 'vuultimo', 'vuduo2', 'sf208', 'sf228', 'twinboxlcdci', 'twinboxlcd', 'singleboxlcd', 'twinboxlcdci5', 'gbquad', 'gbquadplus', 'gbultraue', 'gb800ue', 'gb800ueplus', 'gb800ue', 'gb800ueplus', 'xpeedlx3', 'atemionemesis', 'et10000', 'et8500', 'et9x00'):
if getBoxType() in ('dm900', 'dm820', 'mutant51', 'mutant52', 'hd51', 'hd52', 'vuultimo', 'vuduo2', 'sf208', 'sf228', 'twinboxlcdci', 'twinboxlcd', 'singleboxlcd', 'twinboxlcdci5', 'gbquad', 'gbquadplus', 'gbultraue', 'gb800ue', 'gb800ueplus', 'gb800ue', 'gb800ueplus', 'xpeedlx3', 'atemionemesis', 'et10000', 'et8500', 'et9x00'):
config.skin.display_skin = ConfigText(default = "skin_display.xml")

if getBoxType() == "inihde":
Expand Down

0 comments on commit 1e88300

Please sign in to comment.