Resolution setting constants.
More...
|
| constexpr std::uint8_t | WIDTH_HIGH = 0x00 |
| | Width high byte (176 >> 8)
|
| |
| constexpr std::uint8_t | WIDTH_LOW = 0xB0 |
| | Width low byte (176 & 0xFF)
|
| |
| constexpr std::uint8_t | HEIGHT_HIGH = 0x01 |
| | Height high byte (264 >> 8)
|
| |
| constexpr std::uint8_t | HEIGHT_LOW = 0x08 |
| | Height low byte (264 & 0xFF)
|
| |
Resolution setting constants.
◆ HEIGHT_HIGH
| constexpr std::uint8_t epaper::Resolution::HEIGHT_HIGH = 0x01 |
|
constexpr |
Height high byte (264 >> 8)
◆ HEIGHT_LOW
| constexpr std::uint8_t epaper::Resolution::HEIGHT_LOW = 0x08 |
|
constexpr |
Height low byte (264 & 0xFF)
◆ WIDTH_HIGH
| constexpr std::uint8_t epaper::Resolution::WIDTH_HIGH = 0x00 |
|
constexpr |
Width high byte (176 >> 8)
◆ WIDTH_LOW
| constexpr std::uint8_t epaper::Resolution::WIDTH_LOW = 0xB0 |
|
constexpr |
Width low byte (176 & 0xFF)