mirror of https://github.com/espruino/BangleApps
setuichange: misc. files
parent
6774b12aa4
commit
748a2053ca
|
@ -0,0 +1 @@
|
|||
0.01: New App!
|
|
@ -0,0 +1,22 @@
|
|||
# setUI Proposals Preview
|
||||
|
||||
Try out changes to setUI that may or may not eventually en up in the Bangle.js firmware.
|
||||
|
||||
## Usage
|
||||
|
||||
Just install it and it modifies setUI at boot time.
|
||||
|
||||
## Features
|
||||
|
||||
- add custom handlers on top of the standard modes as well. Previously this was only possible for mode == "custom".
|
||||
- change the default behaviour of the hardware button to act immediately on press down. Previously it has been acting on button release.
|
||||
|
||||
## Requests
|
||||
|
||||
Please try this out and report your experience and thoughts on this issue:
|
||||
[ Discussion: HW buttons should act on 'rising' edge #3435 ](https://github.com/espruino/BangleApps/issues/3435) .
|
||||
|
||||
|
||||
## Creator
|
||||
|
||||
The changes done here were done by thyttan with help from Gordon Williams.
|
Binary file not shown.
After Width: | Height: | Size: 990 B |
|
@ -0,0 +1,13 @@
|
|||
{ "id": "setuichange",
|
||||
"name": "SetUI Proposals preview",
|
||||
"version":"0.01",
|
||||
"description": "A detailed description of my great app",
|
||||
"icon": "app.png",
|
||||
"tags": "",
|
||||
"type": "bootloader",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
{"name":"setuichange.app.js","url":"boot.js"}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue