Lcd

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Lcd

 
0
  #1
Mar 22nd, 2007
How do I display a graphic waveform on BTHQ 128064AVC-SMN-06-LEDwhite-COG? Any sample code?
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: Lcd

 
0
  #2
Mar 22nd, 2007
>How do I display a graphic waveform on BTHQ 128064AVC-SMN-06-LEDwhite-COG?
Depends on how you want to display it. If you're planning to do it at the console, you're going to have to find a console graphics library or use the one built into the WinAPI...

For GUI graphics you have to create a window first and then draw your graphics on top of that. See this:
http://www.winprog.org/tutorial/
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Re: Lcd

 
0
  #3
Mar 22nd, 2007
oh.. I need to display a waveform on the LCD using C++ coding..
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Re: Lcd

 
0
  #4
Mar 22nd, 2007
Have you take a look at the LCD? Its a dot matrix based LCD.. and i'm using a chip call C8051F to process the C langauge code to display it on the LCD.. That's y i am not sure how to display on it..
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: Lcd

 
0
  #5
Mar 22nd, 2007
>oh.. I need to display a waveform on the LCD using C++ coding..
Yes, but how do you want to display it? Do you want it on the black console window that you run your text-based applications in? Do you want it in a window? If that's the case, just check out the link I posted before to learn the basics of WinAPI GUI programming.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Re: Lcd

 
0
  #6
Mar 22nd, 2007
sorry.. i'm a novice in that.. i dun really get what u mean..
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Re: Lcd

 
0
  #7
Mar 22nd, 2007
I have take a brief look at the link that u have gave me.. But i dun understand what it says..
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: Lcd

 
0
  #8
Mar 22nd, 2007
>sorry.. i'm a novice in that.. i dun really get what u mean..
Do you want it displayed on something similar to this (sorry, this is Mac OS X, but Windows' Command Prompt is alike):

[attachment]3079[/attachment]

Or do you want a whole separate fancy window where you draw the wave?
Last edited by John A; Mar 22nd, 2007 at 11:41 pm.
Attached Thumbnails
Picture 1.png  
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Re: Lcd

 
0
  #9
Mar 22nd, 2007
I think i'm using a software call Silabs to write the programme.. Can u help mi take a look at this link? http://www.silabs.com/tgwWebApp/appm...Guide&col=dgio

Ctrl+F to find F000.. look at the data short and data sheet.. This is the software I using to do the code..
Last edited by hgseric; Mar 22nd, 2007 at 11:59 pm.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 9
Reputation: hgseric is an unknown quantity at this point 
Solved Threads: 0
hgseric hgseric is offline Offline
Newbie Poster

Re: Lcd

 
0
  #10
Mar 23rd, 2007
Originally Posted by hgseric View Post
I think i'm using a software call Silabs to write the programme.. Can u help mi take a look at this link? http://www.silabs.com/tgwWebApp/appm...Guide&col=dgio

Ctrl+F to find F000.. look at the data short and data sheet.. This is the software I using to do the code..

The pdf I show u is exactly the LCD I'm dealing with.. Take a look at that too..BTHQ 128064AVC1-COG
Attached Files
File Type: pdf DM_Flyer_Batron_2007.pdf (1.37 MB, 5 views)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum


Views: 3104 | Replies: 11
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC