Use this function to set a pixels color. The function demands the following parameters:
%LCD.Gfx_SetPixel(X,Y,Color)
Thereby the parameters
X
and
Y
are the position of the pixel and the parameter
Color
is the color (0 = Pixel off, 1 = Pixel on).