Skip to main content

Class Il0376F

Represents an Il0376F ePaper color display 200x200, e-Ink three-color display, SPI interface

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

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

Derived:
Meadow.Foundation.Displays.Epd1in54b, Meadow.Foundation.Displays.Epd1in54c

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

Properties

IsBlackInverted

Does the display invert data for black pixels

View Source
protected override bool IsBlackInverted { get; }

IsColorInverted

Does the display invert data for color pixels

View Source
protected override bool IsColorInverted { get; }

Methods

Initialize()

Initialize the display

View Source
protected override void Initialize()

DisplayFrame()

Display data from the display controller SRAM

View Source
protected void DisplayFrame()

Sleep()

Set the display to sleep state

View Source
protected void Sleep()

Show()

Update the display from the offscreen buffer

View Source
public override void Show()

Show(int, int, int, int)

Update a region of the display from the offscreen buffer

View Source
public override void Show(int left, int top, int right, int bottom)
Parameters
TypeNameDescription
System.Int32leftLeft bounds in pixels
System.Int32topTop bounds in pixels
System.Int32rightRight bounds in pixels
System.Int32bottomBottom bounds in pixels

Implements