|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
What the scene asks the panel to flush, and how well. More...
#include <ez_scene.h>
Data Fields | |
| ra8_ui_rect_t | rect |
| Panel rectangle to flush. | |
| bool | quality |
| True: full 16-level GC16. | |
| bool | present |
| False: nothing changed; do not flush. | |
What the scene asks the panel to flush, and how well.
The scene's join of its two views: a page change dirties the whole content rectangle, a loupe-only change dirties just the lens box. quality maps to k_display_refresh_quality (GC16) and its negation to k_display_refresh_fast (A2).
Definition at line 283 of file ez_scene.h.
| bool ez_present_t::present |
False: nothing changed; do not flush.
Definition at line 286 of file ez_scene.h.
Referenced by ez_choose_plan(), and ez_redraw().
| bool ez_present_t::quality |
True: full 16-level GC16.
False: fast A2.
Definition at line 285 of file ez_scene.h.
Referenced by ez_choose_plan(), and ez_flush().
| ra8_ui_rect_t ez_present_t::rect |
Panel rectangle to flush.
Definition at line 284 of file ez_scene.h.
Referenced by ez_choose_plan(), and ez_flush().