feat(display): enable lcd
This commit is contained in:
@@ -5,6 +5,7 @@ Display::Display(uint8_t addr, uint8_t cols, uint8_t rows) : lcd(addr, cols, row
|
|||||||
|
|
||||||
void Display::begin() {
|
void Display::begin() {
|
||||||
lcd.init();
|
lcd.init();
|
||||||
|
lcd.backlight();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Remove this method in the future
|
// TODO: Remove this method in the future
|
||||||
|
|||||||
Reference in New Issue
Block a user