CharacterDisplayInterface
-
class CharacterDisplayInterface : public DisplayInterface
- #include <CharacterDisplayInterface.h>
An interface for character-based display devices.
This interface extends the DisplayInterface and provides additional methods specific to character-based displays, such as creating custom characters and controlling a blinker.
Note
This is an abstract class and cannot be instantiated directly.
Subclassed by LiquidCrystalAdapter, LiquidCrystal_I2CAdapter, SSD1803A_I2CAdapter
Public Functions
-
inline virtual ~CharacterDisplayInterface()
Virtual destructor for the CharacterDisplayInterface.
-
inline virtual ~CharacterDisplayInterface()