|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Inputs controlling exact presentation requirements.
Definition at line 43 of file emu_presentation.h.
| 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().
| 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().
| 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().
| 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().