1
0
Fork 0

minor fixes

master
Mark Becker 2019-11-24 06:41:56 +01:00 committed by GitHub
parent 967cc4a3e9
commit 84a821b941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ Write your app code as encapsulation using anonymous functions with private func
If you like store and restore data with your app, than use the prefix _@_ and your _7chname_, eg _@mygreat_ as name.
Make sure to read [Coding Hints](coding-hints).
Make sure to read [Coding Hints](#coding-hints).
### my-great-app.png
@ -229,7 +229,7 @@ Be aware of the delay between commit and avaiable on github.io
2. Wrap code and run tests on device
3. Run final test with personal `Bangle App Launcher`
##Appendex
## Appendex
### API Reference
@ -239,7 +239,7 @@ Be aware of the delay between commit and avaiable on github.io
[Graphics Class](https://banglejs.com/reference#Graphics)
###Coding hints
### Coding hints
- use `g.setFont(.., size)` to multiply the font size, eg ("6x8",3) : "18x24"