Old 11-19-2003   #1 (permalink)
Vector
Guest
 
Posts: n/a

Dynamic text in LCD display

Just finished the LCD Interfaces tutorial.
It gave me a warm and fuzzy feeling !

I would like to use the techniques from the tutorial in a web site.
But, the text layer is static ofcourse.
Is there a way to dynamically change the letters and numbers in the LCD display graphic ?

AFAIK I can only place text on top of the empty LCD display.
And we all know how silly that looks.

Let me know, especially if it is not possible.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #2 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
On the web end, unless you have a lot of processing power and a very good knowledge of graphics files format, you cannot dynamically update the text without it being on top...
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #3 (permalink)
Vector
Guest
 
Posts: n/a

Thanks for replying so quick.
Quote:
a lot of processing power and a very good knowledge of graphics files format
I have neither.
But if you could point me towards a tut for the second one, that also explains how to do what I want to achieve ???

If not, I'll just forget about it.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #4 (permalink)
Lazarus' Child
 
malboroman's Avatar
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 603

Send a message via MSN to malboroman Send a message via Skype™ to malboroman
I don't know if you now any Flash, but you can try to do it in there. Just look around for a tut about a digital clock and you're in.
I don't know if you can do it with PHP, but technically it seems possible, but don't ask me how.
__________________


"Only the dead have seen the end of war."

- Plato
malboroman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #5 (permalink)
Registered User
 
r4z0r's Avatar
 
Join Date: Oct 2003
Location: England
Posts: 65

If you're wanting to auto-generate images you need to read up on GD Graphics Library
That is the only way I know of to auto-generate images, I'd suggest looking into doing it in flash though, that'd be a lot easier
__________________
r4z0r is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #6 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

r4z0r read my mind. Use flash, you could grab the information from the viewers computer and have it displayed.

Look at BioRUST (which you have already done), or

If you want a real nice LCD tutorial look at http://www.thewebmachine.com

I find both very useful.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #7 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by r4z0r
If you're wanting to auto-generate images you need to read up on GD Graphics Library
That is the only way I know of to auto-generate images, I'd suggest looking into doing it in flash though, that'd be a lot easier
I don't think GD would be anyhelp. It does not offer layer techniques.. so the text would be held on top the highlights..

As for the file formats.. I have never looked into any, they are often very complex, since basic binary codes dont include colors.. as S2F and Razor mentioned.. flash may be very useful for what you need to do.. and it would be really simple to accomplish..
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #8 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

The things you can do in Flash - it's amazing! I really think that's the option you should go with. Probably the best and requires the least amount of work.
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #9 (permalink)
Vector
Guest
 
Posts: n/a

Thanks for the replies people.

Sorry I didn't come back earlier.
I went to a bar to watch the EC 2004 play-off football match Netherlands vs Schotland on a big screen.
Just got back 30 minutes ago.

Had a quick look at the GD-lib site, I'm afraid it looks too laborious for what I'm trying to achieve.
And I'm just starting out with Flash. I guess I have to postpone till I'm better at it.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-20-2003   #10 (permalink)
Lazarus' Child
 
malboroman's Avatar
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 603

Send a message via MSN to malboroman Send a message via Skype™ to malboroman
Well.. here are some site where you can find loads of flash tut's:

flashkit.com (off course)
actionscript.org (their forums are quite nice.
En omdat je Nederlands bent: FlasFreaks.nl

On flashfreaks there loads of dutch tut's and resources and their forums have been a great help.

Hope you find what you're looking for.
__________________


"Only the dead have seen the end of war."

- Plato
malboroman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-21-2003   #11 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by Vector
Thanks for the replies people.

Sorry I didn't come back earlier.
I went to a bar to watch the EC 2004 play-off football match Netherlands vs Schotland on a big screen.
Just got back 30 minutes ago.

Had a quick look at the GD-lib site, I'm afraid it looks too laborious for what I'm trying to achieve.
And I'm just starting out with Flash. I guess I have to postpone till I'm better at it.
The GD Library is quite a challenge, although you can get good with it, it is used mainly to customize text on images, nothing more.. not good for anything layer specific like you want though
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-21-2003   #12 (permalink)
Vector
Guest
 
Posts: n/a

@malboroman :
Thanks for the links. I'm sure they wil come in handy.
Flashfreaks kende ik noch niet. Hoogst interessant sitetje.

@Digital :
Quote:
not good for anything layer specific like you want though
Yeah, I'm always lucky.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 02:37 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT