Click or drag to resize
ST7735DrawPixel 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: SystemInt32
y
Type: SystemInt32
red
Type: SystemByte
green
Type: SystemByte
blue
Type: SystemByte

Implements

IGraphicsDisplayDrawPixel(Int32, Int32, Byte, Byte, Byte)
Remarks
See Also