SegLCDLib
Loading...
Searching...
No Matches
SegLCDLib.h File Reference

Base class for segment LCD display drivers. More...

#include <Arduino.h>
#include "Print.h"

Go to the source code of this file.

Data Structures

class  SegLCDLib
 Abstract base class for LCD segment display drivers. More...
 

Enumerations

enum  ModeDrive { MODE_DRIVE_STATIC = 1 , MODE_DRIVE_12 = 2 , MODE_DRIVE_13 = 3 , MODE_DRIVE_14 = 0 }
 Drive mode used by LCD controller. More...
 
enum  ModeBias { MODE_BIAS_13 = 0 , MODE_BIAS_12 = 1 }
 Bias mode used by LCD controller. More...
 

Detailed Description

Base class for segment LCD display drivers.

Enumeration Type Documentation

◆ ModeBias

enum ModeBias

Bias mode used by LCD controller.

Not care if drive mode is static

Enumerator
MODE_BIAS_13 

1/3 bias

MODE_BIAS_12 

1/2 bias

◆ ModeDrive

enum ModeDrive

Drive mode used by LCD controller.

Enumerator
MODE_DRIVE_STATIC 

Static drive (1/1 duty)

MODE_DRIVE_12 

1/2 multiplexing

MODE_DRIVE_13 

1/3 multiplexing

MODE_DRIVE_14 

1/4 multiplexing