|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Context adapting the legacy contiguous composite to a fill surface. More...
Data Fields | |
| uint16_t * | pixels |
| Caller-owned row-major RGB565 pixels. | |
| uint16_t | stride |
| Complete composite row width. | |
Context adapting the legacy contiguous composite to a fill surface.
Definition at line 26 of file board_overlay.c.
| uint16_t* overlay_memory_context_t::pixels |
Caller-owned row-major RGB565 pixels.
Definition at line 27 of file board_overlay.c.
Referenced by internal_memory_fill().
| uint16_t overlay_memory_context_t::stride |
Complete composite row width.
Definition at line 28 of file board_overlay.c.
Referenced by internal_memory_fill().