From bfa6f2d8a63b694013ca45ba3e1d63e5edfc2507 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 21 Jun 2023 23:25:12 +1000 Subject: [PATCH] Created Launcher-documentation-WIP (markdown) --- Launcher-documentation-WIP.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Launcher-documentation-WIP.md diff --git a/Launcher-documentation-WIP.md b/Launcher-documentation-WIP.md new file mode 100644 index 0000000..b88911c --- /dev/null +++ b/Launcher-documentation-WIP.md @@ -0,0 +1,19 @@ +Launcher_SetScreen + +- only one Screen can be active at a time +- a Screen is composed of widgets + +LScreen +- Init (required +- Show (optional +- Free (optional + + +How a launcher screen works + +Init +Showing + +Widget layout + +Background drawing \ No newline at end of file