LiquidCrystalAdapter
-
class LiquidCrystalAdapter : public CharacterDisplayInterface
- #include <LiquidCrystalAdapter.h>
Adapter class for interfacing with LiquidCrystal displays.
This class provides an interface to control LiquidCrystal displays using the CharacterDisplayInterface. It includes methods for initializing the display, creating custom characters, setting the backlight, positioning the cursor, drawing text and characters, and managing a display timer.
Note
This class requires the LiquidCrystal library.
- Param lcd:
Pointer to a LiquidCrystal object that this adapter will interact with.
- Param maxCols:
The maximum number of columns on the display.
- Param maxRows:
The maximum number of rows on the display.