Click or drag to resize
ST7735.DrawPixel Method (Int32, Int32, Byte, Byte, Byte)
Writes a pixel to display memory.

Namespace: Microsoft.IoT.Devices.Display
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DrawPixel(
	int x,
	int y,
	byte red,
	byte green,
	byte blue
)

Parameters

x
Type: System.Int32
y
Type: System.Int32
red
Type: System.Byte
green
Type: System.Byte
blue
Type: System.Byte

Implements

IGraphicsDisplay.DrawPixel(Int32, Int32, Byte, Byte, Byte)
Remarks
See Also