Graphics and LCDC...

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

TAG
LCD Geek
Posts: 24
Joined: Thu Nov 28, 2002 11:31 pm
Location: France

Post by TAG »

[PCA]Matthoulb wrote:Also for when winamp starts to play i want it to bring up the winamp plugin (interupt the other screens), this i can do... but i want to have a momentry image there for 3 secs... this i can also do... however(!) when i stop winamp it doesn't carry on and unlock from the group... it just stays on the winamp screen.

Any ideas?
Set ur winamp screen to a momentary screen, for the logo or whatever u want displayed b4 ur winamp screen make an event for "on b4 screen -> winamp" and code ur logo in there ... add a delay command @ the end of ur logo code in the event like so [#delayX with X being the time u want the logo displayed in milliseconds, then just add a clearscreen ... once that event is finished ull eventually get ur winamp screen w/ data and all and since its momentary (shouldnt be ticked) itll only be on when winamp is running and close when winamp closes, or rather stops playing really since u wont have an event to check if winamp stops its just gotta be when winamp is active

hope that makes sense]
Mat-Moo
LCD Guru
Posts: 502
Joined: Wed Jan 16, 2002 4:00 pm
Contact:

Post by Mat-Moo »

You can have graphics and text on the screen, but not next to each other. E>G> you can have a logo graphic across the top and text underneath it (well actually you can if you use positioning commands to miss the graphics) however LCDC is not really designed to do this so you need to frig it :) e.g. Put image on left side, then for the start of each line use [##254][##71][##col][##row] to move the cursor across and not draw over the image. It is possibly but does need some careful frigging :)
Hallis
LCD Geek
Posts: 27
Joined: Wed Mar 19, 2003 10:40 pm
Location: Dallas, Tx
Contact:

Post by Hallis »

Well consider yourselves lucky,, i cant even get my LCD to work period. backlight comes on,, and nothing else happens
Mat-Moo
LCD Guru
Posts: 502
Joined: Wed Jan 16, 2002 4:00 pm
Contact:

Post by Mat-Moo »

Wipe the module and download new graphics/fonts to it.
Hallis
LCD Geek
Posts: 27
Joined: Wed Mar 19, 2003 10:40 pm
Location: Dallas, Tx
Contact:

Post by Hallis »

i tried the "manual overide" if thats what you mean, it still will not allow me to do anything. even upload fonts. Com port is set to 19200, and i know it works because my crystalfontx LCD works on it.
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3014
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

what can you do to the display? what you manual over ride it, can you control the back light? contrast? and so on.
Henry J.
President
Matrix Orbital
Hallis
LCD Geek
Posts: 27
Joined: Wed Mar 19, 2003 10:40 pm
Location: Dallas, Tx
Contact:

Post by Hallis »

actually i found the problem,, turns out it was the pinout on the 4BR serial cable i ordered. i swapped the transmit and receive pins on the 4-pin part of it and it came on, i was able to write text, and upload a few graphics. of course i still have some more playing to do but i have downloaded every little program under the sun to try with it <:)
Post Reply