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

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.

Detailed Description

Context adapting the legacy contiguous composite to a fill surface.

Definition at line 26 of file board_overlay.c.

Field Documentation

◆ pixels

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

◆ stride

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


The documentation for this struct was generated from the following file: