graphics
graphics extends framebuf with extra drawing helpers (rounded rectangles, gradients, polygons) and returns Area bounding boxes for partial updates.
Narrative docs¶
- Drawing and fonts — framebuf vs graphics vs Draw
- Graphics files — BMP, PBM loaders
Key entry points¶
FrameBuffer— framebuf subclass with shape helpersDraw— draws on any canvas (display or buffer)_shapesmodule functions — low-level primitives (also used byDraw)
Generated API pages for each module appear below (build time).