summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2022-02-01 21:48:56 +0100
committerJF <JF002@users.noreply.github.com>2022-03-08 21:21:41 +0100
commit4c92ed410f89ba398b8762384bae395ff1d344c9 (patch)
tree180ca1769667b3903a9d6f4857e9265f6caa0f92 /README.md
parent187d99c0f710cf4827a026f02e41ebbd2b1271e2 (diff)
CI: add lv_sim workflow and upload 'infinisim' executable
use InfiniSim repo to build simulator in CI
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 524f510e..8443e43e 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/p
- [Creating a stopwatch in Pinetime(article)](https://pankajraghav.com/2021/04/03/PINETIME-STOPCLOCK.html)
- [Tips on designing an app UI](doc/ui_guidelines.md)
+### InfiniSim Simulator
+Use the [InfiniSim Simulator](https://github.com/InfiniTimeOrg/InfiniSim) to experience the `InfiniTime` user interface directly on your PC, to shorten the time until you get your hands on a real [PineTime smartwatch](https://www.pine64.org/pinetime/).
+Or use it to develop new Watchfaces, new Screens, or quickly iterate on the user interface.
+
### Contributing
- [How to contribute?](/doc/contribute.md)
- [Coding conventions](/doc/coding-convention.md)