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::BoosterConfig Struct Reference

Booster soft start configuration. More...

#include <epd27.hpp>

Public Attributes

std::uint8_t phase1
 Phase 1 setting.
 
std::uint8_t phase2
 Phase 2 setting.
 
std::uint8_t phase3
 Phase 3 setting.
 

Detailed Description

Booster soft start configuration.

Controls the booster soft start behavior for power supply.

Member Data Documentation

◆ phase1

std::uint8_t epaper::BoosterConfig::phase1

Phase 1 setting.

◆ phase2

std::uint8_t epaper::BoosterConfig::phase2

Phase 2 setting.

◆ phase3

std::uint8_t epaper::BoosterConfig::phase3

Phase 3 setting.


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