Interface IBacklitDisplay
Defines a Display with a controllable backlight
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IBacklitDisplay : IDisplay
Methods
SetBacklightIntensity(byte)
Sets the backlight intensity.
View Source
Declaration
void SetBacklightIntensity(byte intensity)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | intensity | Intensity value |