...
Code Block |
---|
|
Promise<void> SetCursor(in unsigned long cursor) // 0=off, 1=blink, 2=underline, 3=both |
...
Sets the cursor style: 0 is off; 1 is blink; 2 is underline; 3 is both
SetContrast()
Code Block |
---|
|
Promise<void> SetContrast(in unsigned long contrast) |
Set the display contrast in values from 0 to 100
GetContrast()
Code Block |
---|
|
Promise<void> GetContrast() |
Gets the display contrast
SetBrightness()
Code Block |
---|
|
Promise<void> SetBrightness(in unsigned long brightness) |
Set the display brightness in values from 0 to 100
GetBrightness()
Code Block |
---|
|
Promise<int> GetBrightness() |
Gets the display brightness