Click or drag to resize
ST7735 Methods

The ST7735 type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the display.
Public methodClose
Public methodDrawPixel(Int32, Int32, Color)
Writes a pixel to display memory.
Public methodDrawPixel(Int32, Int32, Byte, Byte, Byte)
Writes a pixel to display memory.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeAsync
Initializes the display.
Public methodIsOrientationSupported
Gets a value that indicates if the specified orientation is supported by the display.
Public methodToString (Inherited from Object.)
Public methodUpdate
Updates the display by writing any uncommitted operations.
Top
See Also