# $Id: lcd4linux.conf.sample 759 2007-02-04 05:55:58Z michael $ # $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/lcd4linux.conf.sample $ Display LCD2USB { Driver 'LCD2USB' Size '16x2' Backlight 1 Icons 1 } Widget gps-test1 { class 'Text' expression gps::parse('0x10000110','0') width 16 update tack align 'L' } Widget gps-test2 { class 'Text' expression gps::parse('0x10001001','0') width 16 update tack align 'L' } Layout Default { Row1 { Col1 'gps-test1' } Row2 { Col1 'gps-test2' } } Variables { tick 500 tack 100 } Display 'LCD2USB' Layout 'Default'