Home
last modified time | relevance | path

Searched refs:PADDLE_ROW (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dmain.c33 #define PADDLE_ROW 4 /* Real Y coordinate of the paddle */ macro
548 img.row[PADDLE_ROW] = (BIT(paddle_x) | BIT(paddle_x + 1)); in main()