Skip to main content

Class Ssd1680

Represents an SSD1680 ePaper color display

Assembly: EPaper.dll
View Source
public class Ssd1680 : 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