From 29ca0aed97fb878905fa932facd6515200fc50f5 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 26 Sep 2007 20:47:22 +0000 Subject: add picon LCD example --- lib/python/Screens/InfoBarGenerics.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/python') 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) -- cgit v1.2.3