|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
LCD backend private context attached to the PAL handle. More...
Data Fields | |
| display_caps_t | caps |
| Caps. | |
| display_fb_t | fb |
| Fb. | |
| bool | started |
| Started. | |
LCD backend private context attached to the PAL handle.
Carries the bound framebuffer descriptor and a copy of the caps report so get_framebuffer / get_caps are O(1) reads.
Definition at line 73 of file ra8_display_pal_lcd.c.
| display_caps_t lcd_ctx_t::caps |
Caps.
Definition at line 74 of file ra8_display_pal_lcd.c.
Referenced by internal_lcd_flush(), and internal_lcd_get_caps().
| display_fb_t lcd_ctx_t::fb |
Fb.
Definition at line 75 of file ra8_display_pal_lcd.c.
Referenced by internal_lcd_clear(), internal_lcd_deinit(), internal_lcd_flush(), and internal_lcd_get_framebuffer().
| bool lcd_ctx_t::started |