Hello to all,
I’m using Graphical-LCD called JHD240128D. Initially i’m trying to display message called “hello world” but I’m unable to diplay it.
Please can you help me.
Microcontroller is PIC18F452. My hardware connections are as follows
glcd_tris var TRISD 'Data bus direction
glcd_dat var PORTD 'LCD 8 bit data bus
glcd_wr var PORTC.0 'Write control bit
glcd_rd var PORTB.1 'Read control bit
glcd_ce var PORTB.2 'Chip enable control bit
glcd_cd var PORTB.3 'Command and Data toggle bit
glcd_rst var PORTB.4 'Reset control bit
glcd_fs var PORTB.5 ' Font select
SPECIFICATION OF LCD MODULE:
PART NO: JHD240128D
DRIVER IC: KS0086
CONTROLER IC: T6963CFG
please help me in pbp coding
Thanks in advance,
with regards,
Syam.
Bookmarks