Page 1 of 1
B2, now with monitor....
Posted: 23 Oct 2008, 13:40
by Xet
I thought my Bubba deserved some pimpin'-up so I gave it a screen...
Yes, it is somewhat small and doesn't show much yet but I have high hopes for it...
Posted: 29 Oct 2008, 04:48
by janeks
It would be interesting to see a picture!
Posted: 29 Oct 2008, 11:01
by Xet
Well, there is a picture in my original post and I don't think there's much more to see than that...
I have put it in some real use now, btw.
It now shows the number of unread mails (and how many of those that are spam) for each of the users. Rather practical...
Posted: 29 Oct 2008, 11:14
by janeks
Aha - my work network could not get your picture.
Now at home I see it.
Could you drop some info about hardware!
Posted: 29 Oct 2008, 14:27
by Xet
Some info:
The display is called PicoLCD (
http://www.mini-box.com/PicoLCD-4X20-Sideshow). Rather inexpensive, IMO, but the shipping from the US to Sweden would have cost an arm and a leg, so I didn't order it from that site.
It got an USB-interface so you don't have to fiddle with special kernel-drivers or such.
As for the software to drive it I picked lcdproc (
http://lcdproc.omnipotent.net/).
It's basiaclly a server that handles the communication with the display combined with a client that talks to the server. Hence the client doesn't care what kind of display you have, that the servers business, you simply tell the server what you want to show.
lcdproc is available in the repository, but that version is a bit to old so I had to compile it myself. It went fairly smooth, if memory serves me. Had to install the libusb-dev package I think and that was about it...
I think lcd4linux (
http://ssl.bulix.org/projects/lcd4linux/) is capable of driving that display too, but I havn't tested it yet. I found that lcdproc did what I wanted it to do, so I left if with that.