acassis commented on code in PR #15905:
URL: https://github.com/apache/nuttx/pull/15905#discussion_r1971694781


##########
Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst:
##########
@@ -279,6 +279,18 @@ You can check that the sensor is working by using the 
``sensortest`` application
     baro0: timestamp:66870000 value1:1008.37 value2:31.70
     baro0: timestamp:66890000 value1:1008.31 value2:31.70
 
+brickmatch
+----------
+
+This configuration enables brickmatch game using LCD screen (APA102) and 
gesture sensor (APDS9960).
+Alternatively, you can use led matrix (ws2812) by enabling 
`GAMES_BRICKMATCH_USE_LED_MATRIX` option for
+output device. Also for input device selection you can enable 
`GAMES_BRICKMATCH_USE_DJOYSTICK` to use joystick,
+`GAMES_BRICKMATCH_USE_GPIO` to use gpio and `GAMES_BRICKMATCH_USE_CONSOLEKEY` 
to use serial console.
+
+You can run the game by using ``brick`` command::
+
+    nsh> brick
+

Review Comment:
   Please include the wiring image that you included in the nuttx-apps PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to