Skip to main content

Class Hx8357b

Represents a Hx8357b TFT color display

Assembly: TftSpi.dll
View Source
public class Hx8357b : Hx8357d, IGraphicsDisplay, ISpiPeripheral, IDisposable, IRotatableDisplay

Inheritance: System.Object -> Meadow.Foundation.Displays.TftSpiBase -> Meadow.Foundation.Displays.Hx8357d

Implements:
Meadow.Foundation.Graphics.IGraphicsDisplay, Meadow.Hardware.ISpiPeripheral, System.IDisposable, Meadow.Foundation.Graphics.IRotatableDisplay

Methods

Initialize()

Initialize the display

View Source
protected override void Initialize()

SendCommand(RegisterHX8357B)

Send a command to the display

View Source
protected void SendCommand(Hx8357b.RegisterHX8357B command)
Parameters
TypeNameDescription
Meadow.Foundation.Displays.Hx8357b.RegisterHX8357BcommandThe command to send

Implements