|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
LCD backend (ra8_glcdc) for the display PAL. More...
#include "ra8_display_pal.h"Go to the source code of this file.
Variables | |
| const display_backend_iface_t | k_display_backend_lcd_ra8_glcdc |
| LCD backend vtable – pass its address through display_cfg_t.iface to drive the EK-RA8D2 panel. | |
LCD backend (ra8_glcdc) for the display PAL.
Exports the const display_backend_iface_t instance that wraps libs/ra8_hal/src/ra8_glcdc.c plus the EK-RA8D2 panel power-on sequence. Apps select this backend by setting display_cfg_t.iface = &k_display_backend_lcd_ra8_glcdc; – the rest of the PAL API is identical regardless of which backend is bound.
Definition in file ra8_display_pal_lcd.h.
|
extern |
LCD backend vtable – pass its address through display_cfg_t.iface to drive the EK-RA8D2 panel.
The vtable's init callback runs the full GLCDC bring-up:
The matching deinit callback turns the panel back off.
Definition at line 566 of file ra8_display_pal_lcd.c.