Syntax
public class Ssd1681 : EpdColorBase
Constructors
Ssd1681(IIODevice, ISpiBus, IPin, IPin, IPin, IPin, Int32, Int32)
Declaration
public Ssd1681(IIODevice device, ISpiBus spiBus, IPin chipSelectPin, IPin dcPin, IPin resetPin, IPin busyPin, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
IIODevice | device | |
ISpiBus | spiBus | |
IPin | chipSelectPin | |
IPin | dcPin | |
IPin | resetPin | |
IPin | busyPin | |
System.Int32 | width | |
System.Int32 | height |
Fields
LutData
Declaration
public static byte[] LutData
Field Value
Type | Description |
---|---|
System.Byte[] |
Properties
IsBlackInverted
Declaration
protected override bool IsBlackInverted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsColorInverted
Declaration
protected override bool IsColorInverted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
Initialize()
Declaration
protected override void Initialize()
Overrides
PowerDown()
Declaration
public void PowerDown()
Refresh()
Declaration
protected override void Refresh()
Overrides
Update()
Declaration
public void Update()