Subject: Re: LCD refresh
To: Aaron Webster <aaronweb@iimetro.com.au>
From: Justin Newcomer <liquidice5@gmail.com>
List: port-cobalt
Date: 04/15/2005 21:53:17
if you made the script that updated the lcd panel once, you could just
set a cron job to run once every minute

thats what I would do,=20

just some tail -n 1, some awk or something, and then echo it to /dev/lcd=20

-justin