[Lcdproc] vbar vertical placement

aeriksson2@fastmail.fm aeriksson2@fastmail.fm
Sat Feb 9 10:28:01 2008


Hi,

I'm trying to (on a 16x2 display) get a vbar that sits entirely on the top 
row. wget_set doesn't like that though. :-(

widget_set H bar 4 1 5 --> gives nothing
widget_set H bar 4 2 5 --> gives a 5/8 filled vbar on the 2nd row
widget_set H bar 4 2 12 -> gives a full character on the 2nd row, and a half 
one on the top (as it should)

It seems vbars has to start at the displays bottom edge... What's the deal here?

/Anders