ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_panel_timing.h
Go to the documentation of this file.
1
20
21#pragma once
22
23#include "ra8_glcdc.h"
24#include "ra8_panel.h"
25
30 .h_active = (uint16_t)k_panel_width_px,
31 .h_front = (uint16_t)k_panel_h_front,
32 .h_back = (uint16_t)k_panel_h_back,
33 .h_sync = (uint16_t)k_panel_h_sync,
34 .v_active = (uint16_t)k_panel_height_px,
35 .v_front = (uint16_t)k_panel_v_front,
36 .v_back = (uint16_t)k_panel_v_back,
37 .v_sync = (uint16_t)k_panel_v_sync,
38};
Graphics LCD Controller driver (two-layer with alpha blending).
Active display-panel descriptor for the EK-RA8D2 (ER-TFT070-6).
@ k_panel_h_sync
HSYNC pulse width (px clocks).
Definition ra8_panel.h:71
@ k_panel_v_front
Vertical front porch (lines).
Definition ra8_panel.h:72
@ k_panel_v_sync
VSYNC pulse width (lines).
Definition ra8_panel.h:74
@ k_panel_v_back
Vertical back porch (lines).
Definition ra8_panel.h:73
@ k_panel_h_front
Horizontal front porch (px).
Definition ra8_panel.h:69
@ k_panel_h_back
Horizontal back porch (px).
Definition ra8_panel.h:70
@ k_panel_height_px
Native height (pixels).
Definition ra8_panel.h:52
@ k_panel_width_px
Native width (pixels).
Definition ra8_panel.h:51
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.
Panel RGB timing the driver programs (accessory parameters).
Definition ra8_glcdc.h:35