Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2021 Changes in this version + const AUTO_MEASUREMENT_VCOM + const BOOSTER_SOFT_START + const DATA_START_TRANSMISSION_1 + const DATA_STOP + const DEEP_SLEEP + const DISPLAY_REFRESH + const EPD_HEIGHT + const EPD_WIDTH + const GET_STATUS + const IMAGE_PROCESS + const LOW_POWER_DETECTION + const LUT_BLUE + const LUT_FOR_VCOM + const LUT_GRAY_1 + const LUT_GRAY_2 + const LUT_RED_0 + const LUT_RED_1 + const LUT_RED_2 + const LUT_RED_3 + const LUT_WHITE + const LUT_XON + const PANEL_SETTING + const PLL_CONTROL + const POWER_OFF + const POWER_OFF_SEQUENCE_SETTING + const POWER_ON + const POWER_ON_MEASURE + const POWER_SETTING + const READ_VCOM_VALUE + const REVISION + const SPI_FLASH_CONTROL + const TCON_RESOLUTION + const TCON_SETTING + const TEMPERATURE_CALIBRATION + const TEMPERATURE_SENSOR_COMMAND + const TEMPERATURE_SENSOR_READ + const TEMPERATURE_SENSOR_WRITE + const VCM_DC_SETTING + const VCOM_AND_DATA_INTERVAL_SETTING + type Epd struct + func New(dcPin, csPin, rstPin, busyPin string) (*Epd, error) + func (e *Epd) Clear() + func (e *Epd) Convert(img image.Image) []byte + func (e *Epd) Display(img []byte) + func (e *Epd) Init() + func (e *Epd) Reset() + func (e *Epd) Sleep()