|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Minimal GLCDC configuration for a single-layer panel. More...
#include <ra8_glcdc.h>
Data Fields | |
| uint32_t | framebuffer_addr |
| SRAM or SDRAM address. | |
| uint16_t | width_px |
| Visible width. | |
| uint16_t | height_px |
| Visible height. | |
| ra8_glcdc_pixel_fmt_t | format |
| Pixel format code. | |
| ra8_glcdc_timing_t | timing |
| Panel timing (from BSP). | |
Minimal GLCDC configuration for a single-layer panel.
cppcheck cannot see tests/ so it flags every field as unused; each member is read in ra8_glcdc_init in libs/ra8_hal/src/ra8_glcdc.c.
Definition at line 55 of file ra8_glcdc.h.
| ra8_glcdc_pixel_fmt_t ra8_glcdc_config_t::format |
| uint32_t ra8_glcdc_config_t::framebuffer_addr |
| uint16_t ra8_glcdc_config_t::height_px |
| ra8_glcdc_timing_t ra8_glcdc_config_t::timing |
| uint16_t ra8_glcdc_config_t::width_px |