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