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

Display descriptor loaded from a flat key=value panel file. More...

#include <emu_view.h>

Data Fields

char name [k_panel_name_max]
 Name.
uint16_t width
 Pixel width.
uint16_t height
 Pixel height.

Detailed Description

Display descriptor loaded from a flat key=value panel file.

Definition at line 92 of file emu_view.h.

Field Documentation

◆ height

uint16_t board_panel_t::height

Pixel height.

Definition at line 95 of file emu_view.h.

Referenced by internal_panel_apply_kv(), and load_panel().

◆ name

char board_panel_t::name[k_panel_name_max]

Name.

Definition at line 93 of file emu_view.h.

Referenced by internal_panel_set_name().

◆ width

uint16_t board_panel_t::width

Pixel width.

Definition at line 94 of file emu_view.h.

Referenced by internal_panel_apply_kv(), and load_panel().


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