|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-app content widget state: a title over a list of text lines. More...
Data Fields | |
| const char * | title |
| Heading line. | |
| const char *const * | lines |
| Body lines (each NUL-term). | |
| uint16_t | nlines |
| Number of body lines. | |
| uint32_t | bg |
| Content background colour. | |
Per-app content widget state: a title over a list of text lines.
| uint32_t wa_content_t::bg |
Content background colour.
Definition at line 180 of file main.c.
Referenced by wd_content_render(), and wd_state_init().
| const char* const* wa_content_t::lines |
Body lines (each NUL-term).
Definition at line 178 of file main.c.
Referenced by wd_content_render(), and wd_state_init().
| uint16_t wa_content_t::nlines |
Number of body lines.
Definition at line 179 of file main.c.
Referenced by wd_content_render(), and wd_state_init().
| const char* wa_content_t::title |
Heading line.
Definition at line 177 of file main.c.
Referenced by wd_content_render(), and wd_state_init().