|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
What the reader must flush, and with which waveform. More...
#include <zoom.h>
Data Fields | |
| ra8_ui_rect_t | rect |
| Panel rectangle to flush. | |
| zoom_refresh_t | refresh |
| Waveform class for that flush. | |
| bool | present |
| False: nothing changed, do not flush at all. | |
What the reader must flush, and with which waveform.
Produced by zoom_view_present and consumed by the reader's display call. present is false when nothing changed since the last present, which is the common case in a polling main loop and is what keeps an idle reader from refreshing an e-ink panel forever.
| bool zoom_present_t::present |
False: nothing changed, do not flush at all.
Definition at line 374 of file zoom.h.
Referenced by ez_choose_plan(), and zoom_view_present().
| ra8_ui_rect_t zoom_present_t::rect |
| zoom_refresh_t zoom_present_t::refresh |
Waveform class for that flush.
Definition at line 373 of file zoom.h.
Referenced by ez_choose_plan(), and zoom_view_present().