Remarks

Epd2in9b
Status Status badge: working
Source code GitHub
NuGet package NuGet Gallery for Meadow.Foundation.Displays.ePaperWaveShare
Characteristic Locus
Inheritance System.Object EPaperBase EPaperTriColorBase Il0373 > Epd2in9b
Implements IGraphicsDisplay
Inherited Members Il0373.IsBlackInverted Il0373.IsColorInverted Il0373.Initialize() Il0373.SetPartialWindow(Byte[], Byte[], Int32, Int32, Int32, Int32) Il0373.SetPartialWindowBlack(Byte[], Int32, Int32, Int32, Int32) Il0373.SetPartialWindowColor(Byte[], Int32, Int32, Int32, Int32) Il0373.Show(Int32, Int32, Int32, Int32) Il0373.Show() Il0373.ClearFrame() Il0373.DisplayFrame() Il0373.Sleep() EPaperTriColorBase.EnabledColor EPaperTriColorBase.DisabledColor EPaperTriColorBase.ColorMode EPaperTriColorBase.SupportedColorModes EPaperTriColorBase.imageBuffer EPaperTriColorBase.Width EPaperTriColorBase.Height EPaperTriColorBase.PixelBuffer EPaperTriColorBase.CreateBuffer(Int32, Int32) EPaperTriColorBase.Clear(Boolean) EPaperTriColorBase.Fill(Color, Boolean) EPaperTriColorBase.Fill(Int32, Int32, Int32, Int32, Color) EPaperTriColorBase.Clear(Boolean, Boolean) EPaperTriColorBase.DrawPixel(Int32, Int32, Boolean) EPaperTriColorBase.DrawBlackPixel(Int32, Int32, Boolean) EPaperTriColorBase.InvertPixel(Int32, Int32) EPaperTriColorBase.DrawColoredPixel(Int32, Int32, Boolean) EPaperTriColorBase.DrawPixel(Int32, Int32, Color) EPaperTriColorBase.WriteBuffer(Int32, Int32, IPixelBuffer) EPaperTriColorBase.SendCommand(EPaperTriColorBase.Command) EPaperBase.commandBuffer EPaperBase.dataCommandPort EPaperBase.resetPort EPaperBase.chipSelectPort EPaperBase.busyPort EPaperBase.spiPeripheral EPaperBase.DataState EPaperBase.CommandState EPaperBase.Write(Byte) EPaperBase.Reset() EPaperBase.DelayMs(Int32) EPaperBase.SendCommand(Byte) EPaperBase.SendData(Int32) EPaperBase.SendData(Byte) EPaperBase.SendData(Byte[]) EPaperBase.WaitUntilIdle()
Namespace Meadow.Foundation.Displays
Assembly ePaperWaveShare.dll

Syntax

public class Epd2in9b : Il0373, IGraphicsDisplay

Constructors

Epd2in9b(ISpiBus, IDigitalOutputPort, IDigitalOutputPort, IDigitalOutputPort, IDigitalInputPort)

Create a new WaveShare Epd2in9b 128x296 pixel display object ePaper display object

Declaration
public Epd2in9b(ISpiBus spiBus, IDigitalOutputPort chipSelectPort, IDigitalOutputPort dataCommandPort, IDigitalOutputPort resetPort, IDigitalInputPort busyPort)

Parameters

Type Name Description
ISpiBus spiBus

SPI bus connected to display

IDigitalOutputPort chipSelectPort

Chip select output port

IDigitalOutputPort dataCommandPort

Data command output port

IDigitalOutputPort resetPort

Reset output port

IDigitalInputPort busyPort

Busy input port

Epd2in9b(ISpiBus, IPin, IPin, IPin, IPin)

Create a new WaveShare Epd2in9b 128x296 pixel display object ePaper display object

Declaration
public Epd2in9b(ISpiBus spiBus, IPin chipSelectPin, IPin dcPin, IPin resetPin, IPin busyPin)

Parameters

Type Name Description
ISpiBus spiBus

SPI bus connected to display

IPin chipSelectPin

Chip select pin

IPin dcPin

Data command pin

IPin resetPin

Reset pin

IPin busyPin

Busy pin