| ??? 01/17/03 21:49 Read: times |
#36680 - RE: 87LPC764 and LCD display help |
Dont worry about the inversion I use on the lcd_send_byte(1,0x06); part...
I use that to simplify the driver at a later stage.. So a command would be lcd_send_byte(0,0x06); |
| ??? 01/17/03 21:49 Read: times |
#36680 - RE: 87LPC764 and LCD display help |
Dont worry about the inversion I use on the lcd_send_byte(1,0x06); part...
I use that to simplify the driver at a later stage.. So a command would be lcd_send_byte(0,0x06); |