fixed display declaration typo

This commit is contained in:
Václav Šmejkal 2025-01-01 14:11:06 +01:00 committed by GitHub
parent ff89a6ce7b
commit 0a762ade5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ namespace display
lcd.backlight(); lcd.backlight();
} }
Q void print(String line_1, String line_2)
{ {
//CLEAR //CLEAR
lcd.clear(); lcd.clear();