Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LCD/VFD display skin for Ultimo4k #32

Merged
merged 5 commits into from Feb 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions configure.ac
Expand Up @@ -105,6 +105,17 @@ if test x"$withcolorlcd720" != xno ; then
fi
AM_CONDITIONAL(HAVE_COLORLCD720, test x"$withcolorlcd720" != xno)

AC_ARG_WITH(colorlcd800,
AC_HELP_STRING([--with-colorlcd800], [use 800x480 16bpp color display, yes or no]),
[[withcolorlcd800=$withval]],
[[withcolorlcd800=no]]
)
if test x"$withcolorlcd800" != xno ; then
AC_DEFINE(HAVE_COLORLCD800, 1,[Define when using a 800x480 color display device])
fi
AM_CONDITIONAL(HAVE_COLORLCD800, test x"$withcolorlcd800" != xno)


AC_OUTPUT([
Makefile
skins/Makefile
Expand Down Expand Up @@ -230,4 +241,7 @@ skins/display720/OE-A_LCDSkin_6/Makefile
skins/display720/OE-A_LCDSkin_6/meta/Makefile
skins/display720/OE-A_LCDSkin_7/Makefile
skins/display720/OE-A_LCDSkin_7/meta/Makefile
skins/display800/Makefile
skins/display800/OE-A_LCDSkin_1/Makefile
skins/display800/OE-A_LCDSkin_1/meta/Makefile
])
4 changes: 4 additions & 0 deletions skins/Makefile.am
@@ -1,3 +1,7 @@
if HAVE_COLORLCD800
SUBDIRS = display800
endif

if HAVE_COLORLCD720
SUBDIRS = display720
endif
Expand Down
6 changes: 0 additions & 6 deletions skins/display480/OE-A_LCDSkin_5/skin_display.xml
Expand Up @@ -282,12 +282,6 @@
<widget source="desc" render="Label" position="10,144" size="460,130" font="VFD;40"/>
<eLabel text="www.vuplus-support.org" position="10, 284" size="460,25" font="VFD;25" halign="center"/>
</screen>
<!-- LCD screen Setup -->
<screen name="SetupSummary" position="0,0" size="480,320">
<widget source="SetupTitle" render="RollerCharLCDLong" position="10,10" size="460,18" font="VFD;40" noWrap="1" />
<widget source="SetupEntry" render="RollerCharLCDLong" position="10,60" size="460,16" font="VFD;40" noWrap="1" />
<widget source="SetupValue" render="RollerCharLCDLong" position="10,120" size="460,16" font="VFD;40" noWrap="1" />
</screen>
<!-- LCD screen MessageBox -->
<screen name="MessageBox_summary" position="0,0" size="480,320">
<widget source="parent.Text" render="Label" position="10,10" size="460,247" font="VFD;25" halign="center" valign="center" />
Expand Down
6 changes: 0 additions & 6 deletions skins/display480/OE-A_LCDSkin_6/skin_display.xml
Expand Up @@ -267,12 +267,6 @@
<widget source="desc" render="Label" position="10,144" size="460,130" font="VFD;40"/>
<eLabel text="www.vuplus-support.org" position="10, 284" size="460,25" font="VFD;25" halign="center"/>
</screen>
<!-- LCD screen Setup -->
<screen name="SetupSummary" position="0,0" size="480,320">>
<widget source="SetupTitle" render="RollerCharLCDLong" position="10,10" size="460,18" font="VFD;40" noWrap="1" />
<widget source="SetupEntry" render="RollerCharLCDLong" position="10,60" size="460,16" font="VFD;40" noWrap="1" />
<widget source="SetupValue" render="RollerCharLCDLong" position="10,120" size="460,16" font="VFD;40" noWrap="1" />
</screen>
<!-- LCD screen MessageBox -->
<screen name="MessageBox_summary" position="0,0" size="480,320">>
<widget source="parent.Text" render="Label" position="10,10" size="460,247" font="VFD;25" halign="center" valign="center" />
Expand Down
6 changes: 0 additions & 6 deletions skins/display480/OE-A_LCDSkin_7/skin_display.xml
Expand Up @@ -288,12 +288,6 @@
<widget source="desc" render="Label" position="10,144" size="460,130" font="VFD;40"/>
<eLabel text="www.vuplus-support.org" position="10, 284" size="460,25" font="VFD;25" halign="center"/>
</screen>
<!-- LCD screen Setup -->
<screen name="SetupSummary" position="0,0" size="480,320">
<widget source="SetupTitle" render="RollerCharLCDLong" position="10,10" size="460,18" font="VFD;40" noWrap="1" />
<widget source="SetupEntry" render="RollerCharLCDLong" position="10,60" size="460,16" font="VFD;40" noWrap="1" />
<widget source="SetupValue" render="RollerCharLCDLong" position="10,120" size="460,16" font="VFD;40" noWrap="1" />
</screen>
<!-- LCD screen MessageBox -->
<screen name="MessageBox_summary" position="0,0" size="480,320">
<widget source="parent.Text" render="Label" position="10,10" size="460,247" font="VFD;25" halign="center" valign="center" />
Expand Down
1 change: 1 addition & 0 deletions skins/display800/Makefile.am
@@ -0,0 +1 @@
SUBDIRS = OE-A_LCDSkin_1
Binary file added skins/display800/OE-A_LCDSkin_1/1080.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/16x9_blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/2160.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/480.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/576.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/720.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/CRYPT_grey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/DOLBY_green.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions skins/display800/OE-A_LCDSkin_1/Makefile.am
@@ -0,0 +1,4 @@
SUBDIRS = meta

installdir = $(datadir)/enigma2/display/OE-A_LCDSkin_1
install_DATA = *.xml *.png
Binary file added skins/display800/OE-A_LCDSkin_1/REC_red.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-A.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-B.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-C.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-D.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-E.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-F.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-G.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-H.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-I.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-J.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-K.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-L.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-M.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-N.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-O.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-P.png
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-Q.png
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-R.png
Binary file added skins/display800/OE-A_LCDSkin_1/Tuner/TUNER-S.png
Binary file added skins/display800/OE-A_LCDSkin_1/analogclock.png
Binary file added skins/display800/OE-A_LCDSkin_1/dolbydigital.png
Binary file added skins/display800/OE-A_LCDSkin_1/dolbyprologic.png
Binary file added skins/display800/OE-A_LCDSkin_1/ico_hbbtv_on.png
Binary file added skins/display800/OE-A_LCDSkin_1/ico_stream_on.png
2 changes: 2 additions & 0 deletions skins/display800/OE-A_LCDSkin_1/meta/Makefile.am
@@ -0,0 +1,2 @@
installdir = $(datadir)/meta/
dist_install_DATA = skin_oe-a_lcdskin_1.xml
16 changes: 16 additions & 0 deletions skins/display800/OE-A_LCDSkin_1/meta/skin_oe-a_lcdskin_1.xml
@@ -0,0 +1,16 @@
<default>
<prerequisites>
<tag type="Display" />
</prerequisites>
<info>
<author>OE-A Team</author>
<name>OE-A LCD Skin1</name>
<packagename>enigma2-display-oea-lcdskin_1</packagename>
<shortdescription>Custom display skin for LCD</shortdescription>
<description>Custom display skin for LCD</description>
</info>

<files type="package"> <!-- without version, without .ipk -->
<file type="package" name="enigma2-display-oea-lcdskin_1" />
</files>
</default>
Binary file added skins/display800/OE-A_LCDSkin_1/prev.png
Binary file added skins/display800/OE-A_LCDSkin_1/recording.png
852 changes: 852 additions & 0 deletions skins/display800/OE-A_LCDSkin_1/skin_display.xml

Large diffs are not rendered by default.