Search found 2 matches

by nickc1998
Fri Jan 16, 2004 12:20 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Horizontal AND Vertical Graphs on same screen
Replies: 2
Views: 3720

Horizontal AND Vertical Graphs on same screen

I am trying to have 1 horizontal and 1 vertical graph displayed at the same time on my LCD2041. Problem is, after I initialize the horizontal, draw the graph, then initialize the vertical, the horizontal graph seems to mess up.

Here is the code:

// Init horz
buffer[0] = 254;
buffer[1] = 104 ...
by nickc1998
Wed Jan 14, 2004 6:47 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Windows Programming with C and Win32 API
Replies: 7
Views: 13560

Crash

Whenever I run the C sample and try to connect to COM1, it crashes.

Any ideas?