| ??? 06/19/03 17:28 Read: times |
#48841 - RE: lcd on 80c320 Responding to: ???'s previous message |
the little bugger did it again,,
void lcd_putc(U8 c) { switch (c) { case '\f' : lcd_send_byte(0,1);break; //clear display case '\r' : lcd_gotoxy(0,1);break; //return to 1/1 case '\n' : lcd_gotoxy(0,2);break; //newline 1/2 case '\b' : lcd_send_byte(0,0x10);break; //move back one default : lcd_send_byte(1,c); } |
| Topic | Author | Date |
| lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320... Donatas | 01/01/70 00:00 | |
| RE: lcd on 80c320... Donatas | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 | |
RE: backslashes - steve.. | 01/01/70 00:00 | |
| RE: lcd on 80c320 | 01/01/70 00:00 |



