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);