libepaper 2.0.0
A C++23 library for controlling Waveshare e-paper displays on Raspberry Pi, featuring transparent sleep/wake management and a fluent builder API.
Loading...
Searching...
No Matches
Public Attributes | List of all members
epaper::PowerConfig Struct Reference

Power configuration settings for EPD27. More...

#include <epd27.hpp>

Public Attributes

std::uint8_t vds_en_vdg_en
 VDS_EN and VDG_EN control.
 
std::uint8_t vcom_hv_vghl_lv
 VCOM_HV and VGHL_LV control.
 
std::uint8_t vdh
 VDH voltage setting.
 
std::uint8_t vdl
 VDL voltage setting.
 
std::uint8_t vdhr
 VDHR voltage setting (black/white mode only)
 

Detailed Description

Power configuration settings for EPD27.

Configuration values for power supply and booster settings.

Member Data Documentation

◆ vcom_hv_vghl_lv

std::uint8_t epaper::PowerConfig::vcom_hv_vghl_lv

VCOM_HV and VGHL_LV control.

◆ vdh

std::uint8_t epaper::PowerConfig::vdh

VDH voltage setting.

◆ vdhr

std::uint8_t epaper::PowerConfig::vdhr

VDHR voltage setting (black/white mode only)

◆ vdl

std::uint8_t epaper::PowerConfig::vdl

VDL voltage setting.

◆ vds_en_vdg_en

std::uint8_t epaper::PowerConfig::vds_en_vdg_en

VDS_EN and VDG_EN control.


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