Skip to main content

Class Hx8357b

Represents a Hx8357b TFT color display

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

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

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

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.IColorInvertableDisplay
  • Meadow.Hardware.ISpiPeripheral
  • System.IDisposable
  • Meadow.Peripherals.Displays.IRotatableDisplay
  • Meadow.Peripherals.Displays.IPixelDisplay
  • Meadow.Peripherals.Displays.IDisplay