35 static unsigned char checkerboard_bits[];
Area consisting of left, top, right, and bottom value.
Definition: UIArea.h:20
A widget drawing a checkerboard into its space.
Definition: UICheckerboard.h:14
void computePreferredSize(U8G2 *display, UISize *preferredSize)
Generate the preferred size from the font size.
Definition: UICheckerboard.cpp:36
UICheckerboard(UISize preferredSize=UISize(), UIWidget *next=nullptr)
Create a checkerboard widget with the given preferred size and a potential successor.
Definition: UICheckerboard.cpp:15
UIArea * render(U8G2 *display, bool force)
Render the checkerboard pattern.
Definition: UICheckerboard.cpp:22
Representation of a size, i.e.
Definition: UISize.h:9