Lines Matching full:screen
21 * screen-size based on used VIDEO_FONT.
24 * @sizex: size X of the screen in pixel
25 * @sizey: size Y of the screen in pixel
59 * lcd_position_cursor() - Position the cursor on the screen
61 * Position the cursor at the given coordinates on the screen.
69 * lcd_get_screen_rows() - Get the total number of screen rows
71 * @return: Number of screen rows
76 * lcd_get_screen_columns() - Get the total number of screen columns
78 * @return: Number of screen columns
83 * lcd_putc() - Print to screen a single character at the location of the cursor
90 * lcd_puts() - Print to screen a string at the location of the cursor
97 * lcd_printf() - Print to screen a formatted string at location of the cursor