From: Rob v. N. <ro...@ve...> - 2003-10-19 18:23:37
|
On Sun, 19 Oct 2003 18:42:31 +0200 Martin Hejl <ma...@he...> wrote: > > lcd4linux config file: > > ------------------------------------ > > Display X11 > > size 20x4 > > font 5x8 > > pixel 3+0 > > gap -1x-1 > > border 1 > > foreground \#102000 > > halfground \#90c000 > > background \#a0d000 > > > > Row1 "this works: &1" > > Row2 "" > > Row3 "and this not: &2" > > Row4 "" > > > > Icons 1 > ^^^^^^^^^^^ > > change this to "Icons 2" and it should work (unless I'm missing something). Hi Martin, Oops .., it was just an error while making the example. But the bug is really there. Changing it to 2 (or 8) does not solve the problem: simple (non-animated) icons are *not* displayed whatever I try ! greetings, Rob van Nieuwkerk command used: ./lcd4linux -F -q -f myconfig.bug corrected config: -------------------------------------------------------------- Display X11 size 20x4 font 5x8 pixel 3+0 gap -1x-1 border 1 foreground \#102000 halfground \#90c000 background \#a0d000 Row1 "this works: &1" Row2 "" Row3 "and this not: &2" Row4 "" Icons 2 Icon1.Bitmap1 ..*..|..*.. Icon1.Bitmap2 .***.|.***. Icon1.Bitmap3 *****|***** Icon1.Bitmap4 ..*..|..*.. Icon1.Bitmap5 ..*..|..*.. Icon1.Bitmap6 ..*..|..*.. Icon1.Bitmap7 ..*..|..*.. Icon1.Bitmap8 .....|..... Icon2.Bitmap1 ..*.. Icon2.Bitmap2 ..*.. Icon2.Bitmap3 ..*.. Icon2.Bitmap4 ..*.. Icon2.Bitmap5 ***** Icon2.Bitmap6 .***. Icon2.Bitmap7 ..*.. Icon2.Bitmap8 ..... -------------------------------------------------------------- |