SegLCDLib
Loading...
Searching...
No Matches
SegDriver_PCF8576.h
Go to the documentation of this file.
1#ifndef SEGDRIVER_PCF8576_H
2#define SEGDRIVER_PCF8576_H
3
5
13 public:
14 using SegDriver_PCF85176::SegDriver_PCF85176; // inherit constructors
15};
16
17#endif
Implementation of the PCF85176 controllers.
Definition SegDriver_PCF85176.h:9
SegDriver_PCF85176(SegTransportI2C &transport, uint8_t address=DEFAULT_PCX85_I2C_ADDRESS, uint8_t subaddress=DEFAULT_SUBADDRESS)
Constructor for PCF85176 segment driver.
Definition SegDriver_PCF85176.h:22
PCF8576 LCD segment driver.
Definition SegDriver_PCF8576.h:12