]> git.earman.xyz Git - sensor-watch.git/commitdiff
Updated documentation
authorDavid Volovskiy <devolov@gmail.com>
Wed, 26 Nov 2025 17:07:37 +0000 (12:07 -0500)
committerDavid Volovskiy <devolov@gmail.com>
Wed, 26 Nov 2025 17:07:37 +0000 (12:07 -0500)
watch-faces/complication/blackjack_face.h

index c93143b94ed3f14b25ffc321136af0286b640304..4a02cd0b2eef0959da05ab9452e14c2b5085e0c7 100755 (executable)
@@ -46,7 +46,7 @@
  * \r
  * To hit, press the ALARM button.\r
  * To stand, press the LIGHT button.\r
- * If you're at 21, you cannoy hit, since we just assume it's a mispress on the button.\r
+ * If you're at 21, you will stand if you try to hit, since we just assume it's a mispress on the button.\r
  * \r
  * Once you stand, the dealer will deal out to themselves once per second (or immidietly when you press the LIGHT or ALARM buttons).\r
  * The game results are:\r
  * BUST: Your score is above 21.\r
  * TIE: Your score matches the dealer's final score\r
  * \r
- * On a watch that has the accelerometer, long-pressing the ALARM button will turn on the ability to play by tapping.\r
+ * On a watch that has the accelerometer, long-pressing the ALARM button on the Title Screen will turn on the ability to play by tapping.\r
  * The SIGNAL indicator will display when tapping is enabled.\r
  * Tapping once will behave like the ALARM button and hit.\r
- * Tapping twice behave like the LIGHT button and stand.\r
+ * Tapping twice behave like the LIGHT button and stand. Warning: if you're using the LIS2DW board, it cannot register a double-tapping\r
+ * without seeing a single-tap first.\r
+ * \r
+ * Long-pressing the LIGHT button on the Title Screen will display your win rate as a percentage of games finished.\r
+ * It displays as games won / (games won + games lost) it does not include incomplete nor tied games.\r
  * \r
  * | Cards   |                          |\r
  * |---------|--------------------------|\r