Add docs for app creation and code structure

This commit is contained in:
Clemens von Molo
2021-10-05 15:19:44 +02:00
parent 9e0a7ddf57
commit aa83fa2dcf
3 changed files with 92 additions and 1 deletions

View File

@@ -72,7 +72,8 @@ As of now, here is the list of achievements of this project:
## Documentation
### Develop
- [Rough structure of the code](doc/code/Intro.md)
- [How to implement an application](doc/code/Apps.md)
- [Generate the fonts and symbols](src/displayapp/fonts/README.md)
- [Creating a stopwatch in Pinetime(article)](https://pankajraghav.com/2021/04/03/PINETIME-STOPCLOCK.html)