|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
The panel's documented VCOM window, in millivolt magnitudes. More...
#include <ra8_epd_cal.h>
Data Fields | |
| uint16_t | min_mv |
| Lowest accepted VCOM magnitude, millivolts. | |
| uint16_t | max_mv |
| Highest accepted VCOM magnitude, millivolts. | |
The panel's documented VCOM window, in millivolt magnitudes.
Range-checking is what turns "a number came back" into "a number worth trusting". A controller that has not finished booting reports 0; a corrupted read reports 0xFFFF; both must be rejected rather than programmed. The window is panel data – state it from the panel's datasheet in the BSP descriptor, not from a guess here.
Definition at line 278 of file ra8_epd_cal.h.
| uint16_t ra8_epd_cal_limits_mv_t::max_mv |
Highest accepted VCOM magnitude, millivolts.
Definition at line 280 of file ra8_epd_cal.h.
Referenced by ra8_epd_cal_resolve(), and ra8_epd_cal_vcom_in_range().
| uint16_t ra8_epd_cal_limits_mv_t::min_mv |
Lowest accepted VCOM magnitude, millivolts.
Definition at line 279 of file ra8_epd_cal.h.
Referenced by ra8_epd_cal_resolve().