Lines Matching defs:cursor
59 * @print: Print one character to the display at current cursor position.
60 * The buffered cursor position is advanced by charlcd. The cursor should not
62 * @gotoxy: Set cursor to x, y. The x and y values to set the cursor to are
64 * @home: Set cursor to 0, 0. The values in addr.x and addr.y are set to 0, 0 by
66 * @clear_display: Clear the whole display and set the cursor to 0, 0. The
70 * @shift_cursor: Shift cursor left or right one position.
73 * @cursor: Turn cursor on or off.
74 * @blink: Turn cursor blink on or off.
88 int (*cursor)(struct charlcd *lcd, enum charlcd_onoff on);