Skip to content

Conversation

@bangledev
Copy link

This is my first contribution on Github. I appreciate any feedback. The watch face shows oblique strategies for getting unstuck in the creative process. Per tap or time change the text changes to a random different one. The time is rounded up to 5 Minutes. It also shows, if the user is moving or not with the acc.

Bangle.removeListener('accel', accelHandler);
Bangle.removeListener('touch', onTap);
Bangle.removeListener('tap', onTap);
Bangle.removeAllListeners('lcdPower');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This'll break widgets or boot code which listen to 'lcdPower', let's get hold of the function and remove just that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants