Class KeyboardWing
Represents Adafruits OLED Feather Wing
Assembly: KeyboardWing.dll
View Source
Declaration
public class KeyboardWing
Properties
Display
Returns the Ili9341 driver
View Source
Declaration
public Ili9341 Display { get; protected set; }
TouchScreen
Returns the Tsc2004 driver
View Source
Declaration
public Tsc2004 TouchScreen { get; protected set; }
Keyboard
Returns the BBQ10Keyboard driver
View Source
Declaration
public BBQ10Keyboard Keyboard { get; protected set; }
LightSensor
Returns the LightSensor driver
View Source
Declaration
public AnalogLightSensor LightSensor { get; protected set; }