|
SNAKE_STM32F3
|
Snake rendering module dedicated for ws2812b matrix display. More...


Go to the source code of this file.
Functions | |
| void | render_snake (const snake_state *game) |
| Renders the snake on the LED matrix. | |
| void | render_menu (const snake_state *game) |
| Renders game menu on the LED matrix. | |
| void | render_start (void) |
| Renders game start animation on the LED matrix. | |
Snake rendering module dedicated for ws2812b matrix display.
SPDX-License-Identifier: MIT
| void render_menu | ( | const snake_state * | game | ) |
Renders game menu on the LED matrix.
| game | pointer to current snake state used for rendering. |

| void render_snake | ( | const snake_state * | game | ) |
Renders the snake on the LED matrix.
| game | pointer to current snake state used for rendering. |

| void render_start | ( | void | ) |
Renders game start animation on the LED matrix.
