Unosquare
    Show / Hide Table of Contents

    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.

    Inheritance
    Object
    DsiDisplay
    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

    true if this instance is backlight on; otherwise, false.

    IsPresent

    Gets a value indicating whether the Pi Foundation Display files are present.

    Declaration
    public bool IsPresent { get; }
    Property Value
    Type Description
    Boolean

    true if this instance is present; otherwise, false.

    Comments

    Back to top Copyright © 2017-2019 Unosquare