bool Graphics::getBitmapPixel( const uint8_t* bitmap , uint8_t x , uint8_t y )
Graphics::getBitmapPixel returns true if a pixel at (x, y) is set in the bitmap, otherwise false.
bool: true if pixel is set, false otherwise
N/A