SegLCDLib
Loading...
Searching...
No Matches
SegDriver_PCx85.h File Reference
#include <Wire.h>
#include <SegLCDLib.h>

Go to the source code of this file.

Data Structures

class  SegDriver_PCx85
 Base class for PCx85 LCD segment display drivers. More...
 
class  SegDriver_PCF85176
 Implementation of the PCF85176 controllers. More...
 
class  SegDriver_PCF8576
 PCF8576 LCD segment driver. More...
 

Macros

#define MAX_HW_ADDRESS   0
 Maximum hardware address for PCF85176.
 
#define MAX_ADDRESS   0
 Maximum usable address for LCD implementation.
 
#define CMD_LOAD_POINTER   0x00
 
#define CMD_MODE   0x40
 
#define CMD_DEVICE_SELECT   0x60
 
#define CMD_BLINK   0x70
 
#define CMD_BANK_SELECT   0x78
 
#define CMD_LAST_COMMAND   0x80
 
#define MAX_HW_ADDRESS   39
 Maximum hardware address for PCF85176.
 
#define MAX_ADDRESS   MAX_HW_ADDRESS
 Maximum usable address for LCD implementation.
 

Macro Definition Documentation

◆ CMD_BANK_SELECT

#define CMD_BANK_SELECT   0x78

◆ CMD_BLINK

#define CMD_BLINK   0x70

◆ CMD_DEVICE_SELECT

#define CMD_DEVICE_SELECT   0x60

◆ CMD_LAST_COMMAND

#define CMD_LAST_COMMAND   0x80

◆ CMD_LOAD_POINTER

#define CMD_LOAD_POINTER   0x00

◆ CMD_MODE

#define CMD_MODE   0x40

◆ MAX_ADDRESS [1/2]

#define MAX_ADDRESS   0

Maximum usable address for LCD implementation.

◆ MAX_ADDRESS [2/2]

#define MAX_ADDRESS   MAX_HW_ADDRESS

Maximum usable address for LCD implementation.

◆ MAX_HW_ADDRESS [1/2]

#define MAX_HW_ADDRESS   0

Maximum hardware address for PCF85176.

◆ MAX_HW_ADDRESS [2/2]

#define MAX_HW_ADDRESS   39

Maximum hardware address for PCF85176.