acassis commented on code in PR #15905: URL: https://github.com/apache/nuttx/pull/15905#discussion_r1970002962
########## Documentation/applications/games/brickmatch/index.rst: ########## @@ -26,7 +27,8 @@ matrix to the right SPI pins (look your board configuration) and the APDS9960 to the I2C port (also connect its INT pin). If you don't have an APA102 matrix you can also play it using an LCD -display and a digital joystick (DJOYSTICK) or the console input. +display or led matrix(WS2812) and a digital joystick (DJOYSTICK), gpio pins Review Comment: WS2812 is not supported because the game only works for LCD (real display) or LCD interfaces like https://github.com/apache/nuttx/blob/master/drivers/lcd/apa102.c and nobody create an LCD interface to WS2812 ########## Documentation/applications/games/brickmatch/index.rst: ########## @@ -3,7 +3,8 @@ ========================= Brickmatch is a kind puzzle game like a mix between tetris and Candy -Crush. It is a 6x6 matrix with blocks (cells) with different colors. +Crush. It is matrix (e.g 6x6, 8x8) with blocks (cells) with different Review Comment: @eren-terzioglu Actually it is a fixed size 6x6 game: https://www.hackster.io/nuttxspace/brick-match-a-natural-interface-game-that-all-makerlab-need-ffbfba different sizes are not supported -- 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