Page 1 of 1

16x2 LCD

PostPosted: Fri Apr 26, 2013 3:34 pm
by pic16
Hi, everyone...
i try to learn a bit about LCD 16x2 from this website.
http://patna.sancharnet.in/guria741/pic2lcd/pic2lcd.htm

after burn the hex file to pic16f84a the LCD display all the words in first line
"HELLO WORLD!LINE"
could any expert help to solve for me, how to make "LINE 2" go to second line? :oops:

Re: 16x2 LCD

PostPosted: Fri Apr 26, 2013 6:53 pm
by shahrul
You use that asm file at that page? If use assembly language, I don't know because I use C language.
Also, your answer have in the HD44780 datasheet that provided in that website.

Re: 16x2 LCD

PostPosted: Fri Apr 26, 2013 8:13 pm
by pic16
shahrul WROTE:You use that asm file at that page? If use assembly language, I don't know because I use C language.
Also, your answer have in the HD44780 datasheet that provided in that website.




yes...
my problem is I no programmer at all, I knew nothing about coding, I'm newbie....
I have try to learn but still no ideal what the datasheet said :?

Re: 16x2 LCD

PostPosted: Sat Apr 27, 2013 8:58 pm
by robosang
Learn 8-)

Re: 16x2 LCD

PostPosted: Sun Apr 28, 2013 11:37 pm
by pic16
robosang WROTE:Learn 8-)


teach me... :mrgreen:


i was confuse about what is .c and .asm?
it 's mean two totally different language with its own program software?

Re: 16x2 LCD

PostPosted: Thu May 02, 2013 11:10 pm
by Jonathan Law
pic16 WROTE:
robosang WROTE:Learn 8-)


teach me... :mrgreen:


i was confuse about what is .c and .asm?
it 's mean two totally different language with its own program software?


.asm is file extension for assembly language
.c is c programming file extension

Re: 16x2 LCD

PostPosted: Fri May 03, 2013 12:35 am
by pic16
Jonathan Law WROTE:
pic16 WROTE:
robosang WROTE:Learn 8-)


teach me... :mrgreen:


i was confuse about what is .c and .asm?
it 's mean two totally different language with its own program software?


.asm is file extension for assembly language
.c is c programming file extension



what the different of them?
is .C mean coding like C++?