- This topic has 2 replies, 2 voices, and was last updated 12 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › How to program ADC LTC1298 with microcontroller?
Hello guys!
Could anyone tell me the functions for ADC? Or is there anyone with sample programs on ADC, displaying on a graphic lcd (128x64dots)?
I need help to display the ADC voltage on the graphic lcd.. here are my pins for ADC using channel 1:
adc_clk =P3^0;
adc_cs=P3^2;
adc_data=P3^1;
thanks alot for the help. (:
I wonder why are you using graphical lcd for such a simple application..
If your intention is to study the ADC, you better use normal 16*2 lcd with it. Lot of sample codes and examples available in the net.
If you are trying to learn ADC, better start with its initialization codes, character map, display a pixel, displaying letter and later to complex task like displaying picture, horizontal vertical scrolling etc.
I wonder why are you using graphical lcd for such a simple application..
If your intention is to study the ADC, you better use normal 16*2 lcd with it. Lot of sample codes and examples available in the net.
If you are trying to learn ADC, better start with its initialization codes, character map, display a pixel, displaying letter and later to complex task like displaying picture, horizontal vertical scrolling etc.