From 3ebce612bcbf403d54e628207b540b75395f5637 Mon Sep 17 00:00:00 2001 From: reinelt Date: Fri, 23 Jan 2004 04:54:04 +0000 Subject: [lcd4linux @ 2004-01-23 04:53:23 by reinelt] icon widget added (not finished yet!) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@336 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- lcd4linux.conf.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lcd4linux.conf.sample') diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index d228c3e..fda6b67 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -9,6 +9,7 @@ Display LK204 { Display CF632 { + Icons 2 Driver 'Crystalfontz' Model '632' Port '/dev/tts/0' @@ -101,6 +102,22 @@ Widget LoadBar { } +Widget Heartbeat { + class 'Icon' + speed 100 + Bitmap { + Row1 '.....|.....' + Row2 '.*.*.|.*.*.' + Row3 '*****|*.*.*' + Row4 '*****|*...*' + Row5 '.***.|.*.*.' + Row6 '.***.|.*.*.' + Row7 '..*..|..*..' + Row8 '.....|.....' + } +} + + Layout Default { Row1 { Col1 'OS' @@ -122,6 +139,7 @@ Layout Default { Layout L16x2 { Row1 { Col1 'Busy' + Col10 'Heartbeat' Col11 'BusyBar' } Row2 { -- cgit v1.2.3