I was wondering how to send dynamic data.
I'm trying to create a stopwatch with the GLK19264-7T-1U. I can output commands and data perfectly in SCI, but don't know how to create it for data that isn't get defined.
for example, I want to output x...and x changes constitently.
I know my question is kind of vague...hope someone can help.[/code]
sending dynamic data
-
- LCD?
- Posts: 3
- Joined: Wed Dec 03, 2008 10:15 am
Ray,
Thanks for the quick response. Could you elaborate on what you mean by 'Draw X'?
So say i have x = 12 and y = 43 and I want to print 12.43. In the manual it just talks about drawing pixels, lines, graphs etc.
You'll have to forgive me, i've only been programming the LCD for a few days
Thanks again
Thanks for the quick response. Could you elaborate on what you mean by 'Draw X'?
So say i have x = 12 and y = 43 and I want to print 12.43. In the manual it just talks about drawing pixels, lines, graphs etc.
You'll have to forgive me, i've only been programming the LCD for a few days
Thanks again
-
- LCD?
- Posts: 3
- Joined: Wed Dec 03, 2008 10:15 am
-
- Matrix Orbital
- Posts: 745
- Joined: Thu Dec 13, 2001 4:00 pm
- Location: Earth.... I think..
- Contact:
You just need to send a string to the display with whatever you want to display. How you do that is all up to you, I can tell you a huge function with 60 ifs is pretty certain not the most optimal way to do it. Although I'd love to give you a course in the foundations of programming this is way beyond the scope of this forum and there are places that do a better job at it then we ever could. I suggest you pickup a book on the language you are planning on using and go from there.