You are reading a single comment by @user106108 and its replies.
Click here to read the full conversation.
-
Sun 2019.12.01
'to try and follow the tutorial in the IDE'
'tutorial in the IDE'?
@user106108 would you mind posting the link to the tutorial you have discovered so that we may determine how to steer others away from the same frustration. Thanks.
Fri 2019.11.29
Hi Tony @user106108
While we are all excited about the new Bangle.js product launch and the availability to test some sample code snippets now, we may be too excited on what functionality we may expect. The emulator is a brand new (past week) playground on which to test sample snippets. Most emulated functionality will be up to the community to provide as that would be up to the imagination of each individual.
I presume these are the links that were started with:
I followed the instructions as stated in #53 verbatim:
To confirm, did that snippet sample run without error for you also?
Even though there aren't defined LED labels, simulated output might be done as follows:
Now on to your specific situation;
Create a definition to replace the missing LED1? What exactly is trying to be accomplished? Trying to add LED simulation on the dial perhaps?
As the sample using buttons does execute, as we are able to observe from L1 that there is an array of defined button constants, BTN1 thru BTN5
So, what does the label definition for LED1 appear like in the code referenced in #1 above? Posting could help others assist here.
Gordon also mentions in #56 how to go about making individualized edits and improvements. Links there. Looking at the GitHub source (link in #56) also reveals that currently there aren't labels for the LEDs. That it where the individual edit functionality is added.
One really simple idea - add to end of sample snippet in #53
I'll edit and update with new detail as I learn it.