ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
wa_content_t Struct Reference

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.

Detailed Description

Per-app content widget state: a title over a list of text lines.

Since
0.1.0

Definition at line 176 of file main.c.

Field Documentation

◆ bg

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().

◆ lines

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().

◆ nlines

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().

◆ title

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().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_validated/hil/widget_app_demo/src/main.c