|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
E-ink backend context attached to the PAL handle. More...
Data Fields | |
| display_caps_t | caps |
| Caps. | |
| display_fb_t | fb |
| Fb. | |
| bool | initialised |
| Initialised. | |
E-ink backend context attached to the PAL handle.
Definition at line 58 of file ra8_display_pal_eink.c.
| display_caps_t eink_ctx_t::caps |
| display_fb_t eink_ctx_t::fb |
Fb.
Definition at line 60 of file ra8_display_pal_eink.c.
Referenced by internal_eink_clear(), internal_eink_deinit(), and internal_eink_load_rect().
| bool eink_ctx_t::initialised |
Initialised.
Definition at line 61 of file ra8_display_pal_eink.c.
Referenced by internal_eink_deinit().