From 10e8062a08382b99d71778439bc78a195343872b Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Thu, 13 Oct 2022 22:26:09 +0200 Subject: [PATCH] iconlaunch - Update readme --- apps/iconlaunch/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/iconlaunch/README.md b/apps/iconlaunch/README.md index 0d36fdeb4..0b67494ce 100644 --- a/apps/iconlaunch/README.md +++ b/apps/iconlaunch/README.md @@ -10,3 +10,7 @@ This launcher shows 9 apps per screen, making it much faster to navigate versus ## Technical note The app uses `E.showScroller`'s code in the app but not the function itself because `E.showScroller` doesn't report the position of a press to the select function. + +### Fastload option + +Fastload clears up the memory used by the launcher and directly evals the code of the app to load. This means if widgets are loaded (fullscreen option) it is possible that widgets stay loaded in apps not expecting that and the widgets may draw over the app.