Skip to main content

Class Hx8357b

Represents a Hx8357b TFT color display

Assembly: TftSpi.dll
View Source
Declaration
public class Hx8357b : Hx8357d, IPixelDisplay, IDisplay, ISpiPeripheral, IDisposable, IRotatableDisplay

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

Implements:
Meadow.Peripherals.Displays.IPixelDisplay, Meadow.Peripherals.Displays.IDisplay, Meadow.Hardware.ISpiPeripheral, System.IDisposable, Meadow.Peripherals.Displays.IRotatableDisplay

Methods

Initialize()

Initialize the display

View Source
Declaration
protected override void Initialize()

SendCommand(RegisterHX8357B)

Send a command to the display

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

Implements

  • Meadow.Peripherals.Displays.IPixelDisplay
  • Meadow.Peripherals.Displays.IDisplay
  • Meadow.Hardware.ISpiPeripheral
  • System.IDisposable
  • Meadow.Peripherals.Displays.IRotatableDisplay