Name

lcd_goto — moves the LCD cursor

Synopsis

#include <lcd.h>   
void lcd_goto (row,  
 col); 
uint8_t row;
uint8_t col;
 

Arguments

row

specifies the row

col

specifies the column

Description

Moves the cursor to the location specified by row and col.