Class DsiDisplay
The Official Raspberry Pi 7-inch touch display from the foundation Some docs available here: http://forums.pimoroni.com/t/official-7-raspberry-pi-touch-screen-faq/959.
Namespace: Unosquare.RaspberryIO.Computer
Syntax
public class DsiDisplay : SingletonBase<DsiDisplay>
Properties
Brightness
Gets or sets the brightness of the DSI display via filesystem.
Declaration
public byte Brightness { get; set; }
Property Value
| Type | Description |
|---|---|
| Byte | The brightness. |
IsBacklightOn
Gets or sets a value indicating whether the backlight of the DSI display on. This operation is performed via the file system.
Declaration
public bool IsBacklightOn { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
IsPresent
Gets a value indicating whether the Pi Foundation Display files are present.
Declaration
public bool IsPresent { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|