| ST7735 Class |
Namespace: Microsoft.IoT.Devices.Display
The ST7735 type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoUpdate |
Gets or sets a value that indicates if Update should automatically be called
after drawing operations.
| |
| ChipSelectLine |
Gets or sets the chip select line to use on the SPIO controller.
| |
| ClockFrequency |
Gets or sets the clock frequency that SPI will run at in MHz.
| |
| ControllerName |
Gets or sets the name of the SPIO controller to use.
| |
| DataCommandPin |
Gets or sets the pin used to change between sending data and commands.
| |
| DisplayType |
Gets or sets the type of display connected to the controller.
| |
| Height |
Gets or sets the height of the display in pixels.
| |
| Orientation |
Gets or sets the orientation of the display.
| |
| PixelFormat |
Gets or sets the format for each pixel on the display.
| |
| ResetPin |
Gets or sets the pin used to reset the display.
| |
| Width |
Gets or sets the width of the display in pixels.
|
| Name | Description | |
|---|---|---|
| Clear |
Clears the display.
| |
| Close | ||
| DrawPixel(Int32, Int32, Color) |
Writes a pixel to display memory.
| |
| DrawPixel(Int32, Int32, Byte, Byte, Byte) |
Writes a pixel to display memory.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| InitializeAsync |
Initializes the display.
| |
| IsOrientationSupported |
Gets a value that indicates if the specified orientation is supported by the display.
| |
| ToString | (Inherited from Object.) | |
| Update |
Updates the display by writing any uncommitted operations.
|