|
0.95-inch RGB OLED Display library
0.5
Library for the 0.95-inch RGB OLED Display library (Parallax Part #28087)
|
#include "oledc_.h"Functions | |
| void | oledc_setCursor (int x, int y, char size) |
| Sets the cursor position based on the size parameter. More... | |
Variables | |
| int | cursor_y |
| int | cursor_x |
| void oledc_setCursor | ( | int | x, |
| int | y, | ||
| char | size | ||
| ) |
Sets the cursor position based on the size parameter.
| x | Horizontal position of the cursor, counted from the left side of the screen. |
| y | Vertical position of the cursor, counted down from the top of the screen. |
| size | The size of the cursor. Correlated to font size: (0) moves the cursor in 1 pixel increments, (1) moves the cursor in font size 1 character increments, (2) moves the cursor in font size 2 increments and (3) moves the cursor in font size 3 increments |
| int cursor_x |
| int cursor_y |
1.8.11