From bacbf8a95b3eb7c3db4bcd50876523e96b13b6d4 Mon Sep 17 00:00:00 2001 From: Simon Hardt Date: Sun, 6 Mar 2022 23:24:38 +0100 Subject: [PATCH] test --- frame/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frame/src/main.cpp b/frame/src/main.cpp index 838e278..974a402 100644 --- a/frame/src/main.cpp +++ b/frame/src/main.cpp @@ -36,6 +36,7 @@ int main() widgets->Create("AnalogClock")); con->setSlot(0, widgets->Create("DigitalClock")); + con->setSlot(1, widgets->Create("Date")); screen.setRoot(con);