improve rerender logics
Some checks failed
Arduino Pong CI / build (macos-latest) (push) Has been cancelled
Arduino Pong CI / build (ubuntu-latest) (push) Has been cancelled
Arduino Pong CI / build (windows-latest) (push) Has been cancelled

This commit is contained in:
andrea
2026-03-15 20:23:52 +01:00
parent 7c065d8799
commit fec4db0c5d
7 changed files with 19 additions and 18 deletions

View File

@@ -8,4 +8,4 @@
#define BALL_RESET_X (MATRIX_WIDTH / 2)
#define BALL_RESET_Y (MATRIX_HEIGHT / 2)
#define BAR_LENGTH 3
#define INITIAL_LOOP_DELAY 200
#define INITIAL_BALL_DELAY 200