ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
lcd_ctx_t Struct Reference

LCD backend private context attached to the PAL handle. More...

Collaboration diagram for lcd_ctx_t:

Data Fields

display_caps_t caps
 Caps.
display_fb_t fb
 Fb.
bool started
 Started.

Detailed Description

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.

Since
0.1.0

Definition at line 73 of file ra8_display_pal_lcd.c.

Field Documentation

◆ caps

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().

◆ fb

◆ started

bool lcd_ctx_t::started

Started.

Definition at line 76 of file ra8_display_pal_lcd.c.

Referenced by internal_lcd_deinit().


The documentation for this struct was generated from the following file: