From 605d4636d81fb1683fed4491f9bd9892278c6b1d Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 26 Mar 2025 08:38:26 +0800 Subject: [PATCH] Add App Categries embed to docs --- README.md | 1 + samples/build_ui_sample.lua | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 36c45ed..e5fef18 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ The function takes a command table of this format as a parameter: `appbox [NUM]` - my apps (number of lines); `applist [NUM]` - apps list (number of lines); `appfolders [NUM]` - app folders; +`appcategories [NUM]` - app categries; `timer` - timers; `mailbox [NUM]` - mail widget; `dialer` - dialer; diff --git a/samples/build_ui_sample.lua b/samples/build_ui_sample.lua index 49fd0c1..e73d203 100644 --- a/samples/build_ui_sample.lua +++ b/samples/build_ui_sample.lua @@ -15,5 +15,11 @@ function on_resume() "space 2", "text Timezones", "worldclock new_york kiev bangkok", + "space 2", + "text Categories", + "appcategories 3", + "space 2", + "text Apps", + "apps 2", } end