Darrel, i think you're right. My previous work on a regular 44780 controller type so far but will send
3,0,3,0,3,0, and lastly 2,0... so 3 not really needed 0's... 
I did something else, but i don't think it will be handy now.
NOW...
Code:
@ bsf LCD_EREG, LCD_EBIT
PAUSEUS 20
@ bcf LCD_EREG, LCD_EBIT
yup, or
Code:
@ bsf LCD_EREG, LCD_EBIT
@ PAUSEUS?C LCD_DATAUS
@ bcf LCD_EREG, LCD_EBIT
Joe S. The analog comparator are disable at POR on this one. But it's always nice to include the line too as safety sake.
Bookmarks