Synopsis
void hd44780_set_cursor_position(HD44780_DRIVER_t *self,
                                 int x,
                                 int y);
Description

hd44780_set_cursor_position moves the cursor on the LCD self to the position (x, y). Position (0, 0) is defined as the top-left corner of the display.