ST7735 Methods |
The ST7735 type exposes the following members.
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.
|