1#ifndef SEGLCD_PCF85176_ONEDIGIT_H
2#define SEGLCD_PCF85176_ONEDIGIT_H
23 void init(
bool reverse);
24 void init(
bool reverse,
bool v1fix);
25 size_t write(uint8_t ch)
override;
28 void _setDecimal(uint8_t row, uint8_t col,
bool state)
override;
Implementation of the PCF85176 controllers.
Definition SegDriver_PCx85.h:144
static constexpr uint8_t DEFAULT_PCF85176_I2C_ADDRESS
Definition SegDriver_PCx85.h:26
static constexpr uint8_t DEFAULT_SUBADDRESS
Definition SegDriver_PCx85.h:27
Single-digit LCD with flexible segment layout (PCF85176).
Definition SegLCD_PCF85176_OneDigit.h:19
size_t write(uint8_t ch) override
Definition SegLCD_PCF85176_OneDigit.cpp:49
static constexpr uint8_t DECIMAL_POINT_BIT
Definition SegLCD_PCF85176_OneDigit.h:37
static constexpr uint8_t DECIMAL_MIN_COL
Definition SegLCD_PCF85176_OneDigit.h:38
static constexpr uint8_t RAM_SIZE
Definition SegLCD_PCF85176_OneDigit.h:29
static constexpr int8_t DECIMAL_COL_OFFSET
Definition SegLCD_PCF85176_OneDigit.h:40
static constexpr uint8_t DIGITS
Definition SegLCD_PCF85176_OneDigit.h:34
static constexpr uint8_t DECIMAL_MAX_COL
Definition SegLCD_PCF85176_OneDigit.h:39
void _setDecimal(uint8_t row, uint8_t col, bool state) override
Virtual method for setting decimal point.
Definition SegLCD_PCF85176_OneDigit.cpp:22
static constexpr uint8_t FLAG_REVERSE
Definition SegLCD_PCF85176_OneDigit.h:31
void init() override
Logical display sections that can be targeted by higher-level rendering logic.
Definition SegLCD_PCF85176_OneDigit.cpp:7
static constexpr uint8_t FLAG_V1FIX
Definition SegLCD_PCF85176_OneDigit.h:32