Re: Center text? Problems with lcdproc and ea65 driver
Eric Pooch <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
your screen size is 9x1 characters? That is probably going to be too small to make much sense of the lcdproc client graph screens. Typically, a header will look something like this: +---------+ |## Bat ##| +---------+ and scroll quickly. It makes more sense on a larger screen: +------------+ |## Batt: ##| |AC, Batt: Lo| +------------+ If you want to change the behavior, you are going to need to make some relatively simple changes in the code. --Eric On Mar 4, 2011, at 10:55 AM, Ron Stangvik wrote: > Hi all. > > I'm using LCDproc with the ea65 driver (9x1 display) and got some > problems. > The "screen header" is not using all the nine letters, but the > actual info is. This makes it very hard to read what kinda info > that is showing next. > > As I don't got any developer skills, I don't know if it's the ea65 > driver or lcdproc itself is the problem. > > Example: > Display off --> |000000000| > "screen header" --> |000aaa000| > cpu usage screen --> |aaaaaaaaa| > > It seems like it's trying to center the text or something, but even > small text like "<hostname> time" is really hard to read. > Is there someone who is able to point me in correct direction? > > > Thanks, > Ron > _______________________________________________ > LCDproc mailing list > [email protected] > http://lists.omnipotent.net/mailman/listinfo/lcdproc _______________________________________________ LCDproc mailing list [email protected] http://lists.omnipotent.net/mailman/listinfo/lcdproc