1
0
Fork 0

Create widtick.wid.js

master
xxDUxx 2022-10-21 13:28:54 +02:00 committed by GitHub
parent 48d9367e2f
commit 94c60a731b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
(()=>{
setInterval(()=>{Bangle.buzz(5,1);},1000);
WIDGETS.tick = {
area: "tr",
width: 0,
draw: ()=>{}
};
})();