From 11e5f50717af85f775491a5d2a2867a7e0f9c45f Mon Sep 17 00:00:00 2001 From: spl3g Date: Fri, 7 Nov 2025 15:20:41 +0300 Subject: Improve the wave screen --- src/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defines.h') diff --git a/src/defines.h b/src/defines.h index 88e5c46..3d4bc31 100644 --- a/src/defines.h +++ b/src/defines.h @@ -4,7 +4,7 @@ #define MESSAGE_QUEUE_SIZE 128 #define SAMPLE_RATE 48000 #define PERIOD_SIZE 480 -#define DISPLAY_SAMPLES 960 +#define DISPLAY_SAMPLES (PERIOD_SIZE * 2) static const int SCREEN_FPS = 60; static const int SCREEN_TICKS_PER_FRAME = 1000 / SCREEN_FPS; -- cgit v1.2.3