ON 20081117@3:31:59 PM at page:
http://www.piclist.com/microchip/language/c/io/lcd/hitachilcd-ak/lcdtest_c.htm#39769.4279050926
James Newton[JMN-EFP-786] removed post 39769.4279050926
|Delete '
M looking for a C code for MC HCS128E.. to simulate Codewarrior component LCD and keypad.
in a format that when 1 key is pressed 1st name is displayed whn 2 is pressed 2nd name is displayed.. plz help me
'
ON 20081128@11:20:32 AM at page:
http://piclist.com/microchip/language/c/io/lcd/hitachilcd-ak/index.htm#39780.3500925926
James Newton[JMN-EFP-786] published post 39780.3500925926
mickaeldurjeau@hotmail.com refers to
/techref/microchip/language/c/io/lcd/hitachilcd-ak/index.htm|Delete 'P-' before: '' but after: '
You work well!
One erreur
case '\n': // Newline?
RS = 0;
Corection:
LCD_RS = 0;
and I have problems with "4-bit mode" but not "8-bit mode.
(Cursor off and blinking are't fonctional)
I do screen tests (2x16 1602A) and (4x20 HS0066).