I trying to use lcdout command. on 16f73 - hd4478 - 4bit mode
is it possible to not only define the E and R/S Pin individually, but also also each data pin in a 4 bit mode? could this also be done by modifying the library files? Is there an efficient assembly file that can be included into the program?
My data pins to the lcd are not at the top or bottom side of the port. they are spread out among the ports. (PORTB.3 , PORTA.0, PORTA.1, PORTA.2)
I have solved this by writing my own lcd routines including them in the program. problem is that the lcd routine file is 261 words. and passing the data is inefficient. It works ok but i am trying to sqeeze a few more routines into my program.
I cant modify the hardware. If thats the only thing that we can come up with then i cant do it.
Bookmarks