lcd_goto — moves the LCD cursor
#include <lcd.h>
void lcd_goto (
)
uint8_t row
uint8_t col
row
specifies the row
col
specifies the column
Moves the cursor to the location specified by row and col.