|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
A text-label leaf widget: a background fill plus an aligned string. More...
#include <ra8_widget.h>
A text-label leaf widget: a background fill plus an aligned string.
The simplest concrete leaf – it paints its bg over its rect and draws text (aligned, vertically centred when the backend can measure it). It is display-only, so its vtable leaves on_input NULL: a label never consumes a touch. Caller-owned plain data, bound to a ra8_widget_t with ra8_widget_label_init.