HI,
I'm using a PIC16F877A to communicate with my LCD. I can send text to the LCD, however, when I try sending commands (e.g. clear display) nothing happens. Here is what i have for writing to the display:
movlw 0x50 ;LK162-12 address (write)
banksel SSPBUF
movwf SSPBUF
movlw 0xFE ;FE=command ...
Search found 1 match
- Tue Oct 26, 2004 2:15 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK162-12
- Replies: 1
- Views: 1865