Skip to main content

Class Ssd1681

Represents an Ssd1681 ePaper B/W or color display commonly 1.54" 200x200, e-Ink three-color display, SPI interface

Assembly: EPaper.dll
View Source
public class Ssd1681 : EPaperTriColorBase, ISpiPeripheral, IDisposable, IGraphicsDisplay

Inheritance: System.Object -> Meadow.Foundation.Displays.EPaperBase -> Meadow.Foundation.Displays.EPaperTriColorBase

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

Properties

IsBlackInverted

Is black inverted on this display

View Source
protected override bool IsBlackInverted { get; }

IsColorInverted

Is color inverted on this display

View Source
protected override bool IsColorInverted { get; }

Methods

Initialize()

Initialize the display

View Source
protected override void Initialize()

Show(int, int, int, int)

Send the display buffer to the display and refresh

View Source
public override void Show(int left, int top, int right, int bottom)
Parameters
TypeName
System.Int32left
System.Int32top
System.Int32right
System.Int32bottom

Show()

Send the display buffer to the display and refresh

View Source
public override void Show()

ClearFrame()

Clear the on-display frame buffer

View Source
protected void ClearFrame()

Implements