set_pixel_at


Description:

public abstract void set_pixel_at (uint8[] src, uint16 x, uint16 y)

Sets a pixel in the framebuffer at (x, y) to the value in src.

The number of bytes in src is determined by the remote pixel format

Parameters:

this

the framebuffer object

src

the new pixel data

x

the horizontal pixel to set

y

the vertical pixel to set