Sync from OFW PR --nobuild

This commit is contained in:
Willy-JL
2025-04-01 09:10:16 +00:00
parent b4955fe1a6
commit 0f191d69a3
7 changed files with 59 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ For an example, refer to the `gui.js` example script.
## getBuiltin()
Gets a built-in firmware icon by its name.
All known icons bundled with firmware are supported.
**Parameters**
- `icon`: name of the icon
@@ -29,5 +30,3 @@ It will be automatically unloaded when the script exits.
**Returns**
An `IconData` object.
<br>