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
Type | Name | Description |
---|---|---|
System.Int32 | left | Left bounds in pixels |
System.Int32 | top | Top bounds in pixels |
System.Int32 | right | Right bounds in pixels |
System.Int32 | bottom | Bottom bounds in pixels |
Implements
Meadow.Hardware.ISpiPeripheral
System.IDisposable
- Meadow.Foundation.Graphics.IGraphicsDisplay