Search found 3 matches

by MMBosstones86
Thu Dec 04, 2008 8:23 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: sending dynamic data
Replies: 5
Views: 5419

I have that so far, but my question is what if I don't know what x and y are, but want to print x.y for my stopwatch. do I have to make a case for every possibility?

if x == 1
print 1
else if x == 2
print 2
.
.
.

??
by MMBosstones86
Wed Dec 03, 2008 12:44 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: sending dynamic data
Replies: 5
Views: 5419

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 ...
by MMBosstones86
Wed Dec 03, 2008 10:25 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: sending dynamic data
Replies: 5
Views: 5419

sending dynamic data

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 ...