еще немножко почитать и прием понятен будет, там же все стандартно ни какой фантазии не трубется.
прием идет в буфер на автомате, надо только буфер вовремя считывать чтоб не переполнился.
Добавлено спустя 3 минуты 16 секунд:для ЛСД есть аналогиные команды, мне что сюда весь хелп копировать???
- Код: Выделить всё • Развернуть
void lcd_clear(void)
clears the LCD and sets the printing character position at row 0 and column 0.
void lcd_gotoxy(unsigned char x, unsigned char y)
sets the current display position at column x and row y. The row and column numbering starts from 0.
void lcd_putchar(char c)
displays the character c at the current display position.
void lcd_puts(char *str)
displays at the current display position the string str, located in SRAM.
void lcd_putsf(char flash *str)
displays at the current display position the string str, located in FLASH.
Последний раз редактировалось
rig 02 янв 2010, 01:35, всего редактировалось 1 раз.