From: Felix Domke Date: Wed, 26 Sep 2007 20:47:22 +0000 (+0000) Subject: add picon LCD example X-Git-Tag: 2.6.0~1847 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/29ca0aed97fb878905fa932facd6515200fc50f5 add picon LCD example --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 2d44d3df..2ca2681f 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1911,9 +1911,14 @@ class InfoBarSummary(Screen): Name - + """ +# for picon: (path="piconlcd" will use LCD picons) +# +# Reference +# + def __init__(self, session, parent): Screen.__init__(self, session)