[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq4 LCD
- Subject: RE: [cobalt-users] Raq4 LCD
- From: "Jason Humphrey" <Jasonh@xxxxxxxxxxxxxx>
- Date: Tue Apr 13 16:25:00 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
"Works great - however any idea how to get text on the same line? i.e. I
want
to be able to leave the ip addy on there as is, but want to be able to put
the words "Temp :" on the same line as the recovered temp value (replacing
the domain name)...."
Right you will have to have something like this
ONE="Temp:"
IPADDR="(CAN'T MEM WHAT THIS WAS AS I TOOK IT OUT)
TWO="c"
/sbin/lcd-write "$ONE""$TWO" "$IPADDR"
Its really good.
I have also found this. Doesnt mean much to me as i dont know where to put
it or how to run it but its some script to make it scroll!
http://list.cobalt.com/pipermail/cobalt-developers/2002-March/035838.html
Hope this will help and can you let me know how things go as i'd love to see
it scrolling. I have also mailed LCDproc to see if they have any ideas.
Thanks
Jason