Class Il0376F
Represents an Il0376F ePaper color display 200x200, e-Ink three-color display, SPI interface
Assembly: EPaper.dll
View Source
Declaration
public class Il0376F : EPaperTriColorBase, ISpiPeripheral, IDisposable, IPixelDisplay, IDisplay
Inheritance: System.Object
-> Meadow.Foundation.Displays.EPaperBase
Derived:
Meadow.Foundation.Displays.Epd1in54b
Implements:
Meadow.Hardware.ISpiPeripheral
, System.IDisposable
, Meadow.Peripherals.Displays.IPixelDisplay
, Meadow.Peripherals.Displays.IDisplay
Properties
IsBlackInverted
Does the display invert data for black pixels
View Source
Declaration
protected override bool IsBlackInverted { get; }
IsColorInverted
Does the display invert data for color pixels
View Source
Declaration
protected override bool IsColorInverted { get; }
Methods
Initialize()
Initialize the display
View Source
Declaration
protected override void Initialize()
DisplayFrame()
Display data from the display controller SRAM
View Source
Declaration
protected void DisplayFrame()
Sleep()
Set the display to sleep state
View Source
Declaration
protected void Sleep()
Show()
Update the display from the offscreen buffer
View Source
Declaration
public override void Show()
Show(int, int, int, int)
Update a region of the display from the offscreen buffer
View Source
Declaration
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.Peripherals.Displays.IPixelDisplay
Meadow.Peripherals.Displays.IDisplay