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
Declaration
public class Ssd1681 : EPaperTriColorBase, ISpiPeripheral, IDisposable, IPixelDisplay, IDisplay
Inheritance: System.Object
-> Meadow.Foundation.Displays.EPaperBase
Implements:
Meadow.Hardware.ISpiPeripheral
, System.IDisposable
, Meadow.Peripherals.Displays.IPixelDisplay
, Meadow.Peripherals.Displays.IDisplay
Properties
IsBlackInverted
Is black inverted on this display
View Source
Declaration
protected override bool IsBlackInverted { get; }
IsColorInverted
Is color inverted on this display
View Source
Declaration
protected override bool IsColorInverted { get; }
Methods
Initialize()
Initialize the display
View Source
Declaration
protected override void Initialize()
Show(int, int, int, int)
Send the display buffer to the display and refresh
View Source
Declaration
public override void Show(int left, int top, int right, int bottom)
Parameters
Type | Name |
---|---|
System.Int32 | left |
System.Int32 | top |
System.Int32 | right |
System.Int32 | bottom |
Show()
Send the display buffer to the display and refresh
View Source
Declaration
public override void Show()
ClearFrame()
Clear the on-display frame buffer
View Source
Declaration
protected void ClearFrame()
Implements
Meadow.Hardware.ISpiPeripheral
System.IDisposable
Meadow.Peripherals.Displays.IPixelDisplay
Meadow.Peripherals.Displays.IDisplay