|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
EK-RA8D2 panel timing as the HAL's ra8_glcdc_timing_t (ER-TFT070-6). More...
Go to the source code of this file.
Variables | |
| static const ra8_glcdc_timing_t | s_ra8_panel_ek_ra8d2_timing |
| EK-RA8D2 ER-TFT070-6 RGB timing for ra8_glcdc_init / the LCD backend. | |
EK-RA8D2 panel timing as the HAL's ra8_glcdc_timing_t (ER-TFT070-6).
Assembles the named panel constants from ra8_panel.h into the HAL's ra8_glcdc_timing_t so callers can hand the EK-RA8D2 panel's timing to the (panel-agnostic) GLCDC driver. Pass &s_ra8_panel_ek_ra8d2_timing into ra8_glcdc_config_t.timing directly, or into display_cfg_t.panel_timing for the LCD display-PAL backend.
Unlike the geometry-only ra8_panel.h, this header pulls in the HAL type (ra8_glcdc.h), so it is target-side – not for host previews.
Definition in file ra8_panel_timing.h.
|
static |
EK-RA8D2 ER-TFT070-6 RGB timing for ra8_glcdc_init / the LCD backend.
Definition at line 29 of file ra8_panel_timing.h.
Referenced by internal_lcd_bringup_panel().