Rename voltages to shorter names
This commit is contained in:
parent
51e2f5097d
commit
6218cdfc51
8
otp.hpp
8
otp.hpp
@ -7,10 +7,10 @@ namespace eink {
|
|||||||
|
|
||||||
// [SOURCE]_[VCOM]
|
// [SOURCE]_[VCOM]
|
||||||
enum class Voltage : std::uint8_t {
|
enum class Voltage : std::uint8_t {
|
||||||
VSS_DCVCOM = 0b00,
|
VSS1 = 0b00,
|
||||||
VSH1_VSH1DCVCOM = 0b01,
|
VSH1 = 0b01,
|
||||||
VSL_VSLDCVCOM = 0b10,
|
VSL1 = 0b10,
|
||||||
VSH2_NA = 0b11,
|
VSH2 = 0b11,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct [[gnu::packed]] Phases
|
struct [[gnu::packed]] Phases
|
||||||
|
Loading…
Reference in New Issue
Block a user