From: Gnu_Raiz <gnu...@gm...> - 2006-12-24 03:52:10
|
It seems that this list is slow right now, I never did solve my problem I post back in march. Now since I have more time to play around I am once again going to see how this will work. Also the documentation and google are very lacking. First of all to refresh your memory! I have a CrystalFontz 632 serial display, the driver is working I can see stuff on the lcd display. My problem is I can not get the display to show more than one screen. For example I want different rows, to display different widgets at different times. So if I add more than two rows, or choose a different layout, it will only show the first two, and will not cycle through my row list. For example if I set say 8 rows, with different columns I end up stuck with it not going to the different rows. Basically I want to have two rows as one screen and have them go on to the next two for say 8-10 different screens. I want to be able to see disk usage one one screen then net activity on the other followed by a bar chart. If I read the documentation right this should be done with the rows, I know that I have only two rows to display. But I want to have it alternate between the rows. This is unclear in the documentation, the driver documentation does not mention it either. Also it is unclear how to slow down a widget, I have played with the different speeds, the documentation is also not clear on what exactly the tick and tack do, and what the update is for. I understand it is in milliseconds, but it does not seem to work as advertised. For example the widget cpuinfo fly's across my screen, and I have tried to slow it down but it does not seem to work. If I try to use the gpo widget, I get this when it tries to run the test. Crystalfontz::GPO(1): GPO out of range (1..0) Crystalfontz::GPI(1): GPI out of range (1..0) Crystalfontz::GPO(4): GPO out of range (1..0) Crystalfontz: gpio_draw(1): GPO out of range (0..0) Crystalfontz: gpio_draw(1): GPO out of range (0..0) Also if you run lcd4linux in interactive mode how do you quit out of the mode? The man page does not show the proper technique to stop it. I have to kill the process to make it stop. ctrl C, or ctrl X, just seem to be std output. LCD4Linux 0.10.1-CVS Linux Gnu-Raiz 2.6.17-10-generic #2 SMP Tue Dec 5 21:16:35 UTC 2006 x86_64 GNU/Linux This is with ubuntu amd64 edgy I would like to get get this working I am willing to test setups, and layouts but something seems to be wrong. Gnu_Raiz |
From: Gnu_Raiz <gnu...@gm...> - 2007-01-22 16:42:37
|
---------- Forwarded message ---------- From: Gnu_Raiz <gnu...@gm...> Date: Dec 23, 2006 9:52 PM Subject: Serial CrystalFontz 632 layout question! To: lcd...@li... Also it is unclear how to slow down a widget, I have played with the different speeds, the documentation is also not clear on what exactly the tick and tack do, and what the update is for. I understand it is in milliseconds, but it does not seem to work as advertised. For example the widget cpuinfo fly's across my screen, and I have tried to slow it down but it does not seem to work. If I try to use the gpo widget, I get this when it tries to run the test. Crystalfontz::GPO(1): GPO out of range (1..0) Crystalfontz::GPI(1): GPI out of range (1..0) Crystalfontz::GPO(4): GPO out of range (1..0) Crystalfontz: gpio_draw(1): GPO out of range (0..0) Crystalfontz: gpio_draw(1): GPO out of range (0..0) Also if you run lcd4linux in interactive mode how do you quit out of the mode? The man page does not show the proper technique to stop it. I have to kill the process to make it stop. ctrl C, or ctrl X, just seem to be std output. LCD4Linux 0.10.1-CVS Linux Gnu-Raiz 2.6.17-10-generic #2 SMP Tue Dec 5 21:16:35 UTC 2006 x86_64 GNU/Linux This is with ubuntu amd64 edgy I would like to get get this working I am willing to test setups, and layouts but something seems to be wrong. Gnu_Raiz I was curious if anyone had some insight about this problem, seems that the serial displays are really not in use much. I understand that the CrystalFontz usb uses a usb to serial driver, but I am unsure about the serial aspect. Gnu_Raiz |
From: Michael R. <re...@eu...> - 2007-01-23 05:05:47
|
Hi there, > Also it is unclear how to slow down a widget, I have played with the > different speeds, the documentation is also not clear on what exactly > the tick and tack do, and what the update is for. I understand it is in > milliseconds, but it does not seem to work as advertised. You are right, all these update speeds are in milliseconds. So a value of 1000 should give you an update every second. using 'tick' and 'tack' ist just a trick: tick and tack are 'variables', which are initialized on startup (you should have a 'variables' section in your config file) note that these two are the same variables { tick 1000 } widget any { ... update tick } and widget any { update 1000 } > If I try to use the gpo widget, I get > this when it tries to run the test. > > Crystalfontz::GPO(1): GPO out of range (1..0) > Crystalfontz::GPI(1): GPI out of range (1..0) > Crystalfontz::GPO(4): GPO out of range (1..0) > Crystalfontz: gpio_draw(1): GPO out of range (0..0) > Crystalfontz: gpio_draw(1): GPO out of range (0..0) You are using the 632, right? After having a look into the code, it looks like the 632 does not have any GPOI's configured (both values are set to zero). If you could tell me the number of GPI's/GPO's, I'd modify the driver. > Also if you run lcd4linux in interactive mode how do you quit out of the > mode? The man page does not show the proper technique to stop it. I > have to kill the process to make it stop. ctrl C, or ctrl X, just seem > to be std output. Sorry,I just added this to the wiki: to leave interactive mode, just press Ctrl-D bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |
From: Gnu_Raiz <gnu...@gm...> - 2007-01-24 01:36:52
|
On 1/22/07, Michael Reinelt <re...@eu...> wrote: > > If I try to use the gpo widget, I get > > this when it tries to run the test. > > > > Crystalfontz::GPO(1): GPO out of range (1..0) > > Crystalfontz::GPI(1): GPI out of range (1..0) > > Crystalfontz::GPO(4): GPO out of range (1..0) > > Crystalfontz: gpio_draw(1): GPO out of range (0..0) > > Crystalfontz: gpio_draw(1): GPO out of range (0..0) > > You are using the 632, right? After having a look into the code, it > looks like the 632 does not have any GPOI's configured (both values are > set to zero). If you could tell me the number of GPI's/GPO's, I'd modify > the driver. Just checking the website it seems that the serial 632 does not offer this function, but they do make a special lcd that is supposed to offer that. So it makes sense to get these errors, I guess the documentation is not very clear on this. > Also if you run lcd4linux in interactive mode how do you quit out of the > > mode? The man page does not show the proper technique to stop it. I > > have to kill the process to make it stop. ctrl C, or ctrl X, just seem > > to be std output. > Sorry,I just added this to the wiki: to leave interactive mode, just > press Ctrl-D bye, Michael > > -- > Michael Reinelt <re...@eu...> > http://home.pages.at/reinelt > GPG-Key 0xDF13BA50 > ICQ #288386781 > > Much appreciated, I just need to know how to configure the individual modules so I can rotate through the list. Without having the lcd rewrite only one line, it seems that the modules are made for 4 row lcd screens. I would also like to know if transitions would work, as I have seen one screen fade into another, right now under Windows I have the CF logo fade into a foobar equalizer. I would just be happy if I could get the modules alternate, which I haven't figured out yet. Gnu_Raiz |
From: Michael R. <re...@eu...> - 2007-01-24 12:37:00
|
Hi there, > Much appreciated, I just need to know how to configure the individual > modules so I can rotate through the list. What do you mean by "Modules"? > Without having the lcd rewrite > only one line, it seems that the modules are made for 4 row lcd > screens. No, I don't think so. lcd4linux has been designed to be completely independant from the size of the display. > I would also like to know if transitions would work, as I have > seen one screen fade into another, right now under Windows I have the CF > logo fade into a foobar equalizer. I would just be happy if I could get > the modules alternate, which I haven't figured out yet. Sorry, there are no fading effects now. As soon as we have some dynamic layouts, there may be something like fading, too. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |