Draws pixels to the screen, and handles drawing lines, rectangles and circles.
uint32_t width() const
Gets the width of the screen.
uint32_t height() const
Gets the height of the screen.
uint32_t color_depth() const
Gets the current color depth (bits per pixel)
Defines a GraphicsContext class for drawing pixels, lines, rectangles and circles to the screen.