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

Inputs controlling exact presentation requirements. More...

#include <emu_presentation.h>

Data Fields

size_t panel_width
 Native firmware panel width.
size_t panel_height
 Native firmware panel height.
uint32_t rotate_deg
 Display rotation: 0, 90, 180, or 270 degrees.
bool active
 A view, snapshot, record, or click needs pixels.

Detailed Description

Inputs controlling exact presentation requirements.

Definition at line 43 of file emu_presentation.h.

Field Documentation

◆ active

bool emu_presentation_spec_t::active

A view, snapshot, record, or click needs pixels.

Definition at line 47 of file emu_presentation.h.

Referenced by internal_plan().

◆ panel_height

size_t emu_presentation_spec_t::panel_height

Native firmware panel height.

Definition at line 45 of file emu_presentation.h.

Referenced by internal_plan().

◆ panel_width

size_t emu_presentation_spec_t::panel_width

Native firmware panel width.

Definition at line 44 of file emu_presentation.h.

Referenced by internal_plan().

◆ rotate_deg

uint32_t emu_presentation_spec_t::rotate_deg

Display rotation: 0, 90, 180, or 270 degrees.

Definition at line 46 of file emu_presentation.h.

Referenced by emu_presentation_open(), and internal_plan().


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