LCD_I2CAdapter
-
class LCD_I2CAdapter : public CharacterDisplayInterface
- #include <LCD_I2CAdapter.h>
Adapter class for interfacing with LCD_I2C displays.
This class provides an interface to control LCD_I2C 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.
Library Used: https://github.com/blackhack/LCD_I2C/ This adapter may have issues, as it was not written by the original author
Note
This class requires the LCD_I2C library.
- Param lcd:
Pointer to a LCD_I2C object that this adapter will interact with.