diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-11-07 15:20:41 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-11-07 15:20:41 +0300 |
| commit | 11e5f50717af85f775491a5d2a2867a7e0f9c45f (patch) | |
| tree | 1e58061d7bcd7499018f53357243ebd13daeffc4 /src/defines.h | |
| parent | 5d74f4437de84f784e0d972be03da03505154eb7 (diff) | |
Improve the wave screen
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
