From 0a762ade5df4723fbb6324e4fd6ce22704b541fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=C5=A0mejkal?= Date: Wed, 1 Jan 2025 14:11:06 +0100 Subject: [PATCH] fixed display declaration typo --- display.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.ino b/display.ino index f276982..49b1e6d 100644 --- a/display.ino +++ b/display.ino @@ -35,7 +35,7 @@ namespace display lcd.backlight(); } - Q + void print(String line_1, String line_2) { //CLEAR lcd.clear();