From e5ee6fa55440a2eb89fd52c885579b8d91b56bd9 Mon Sep 17 00:00:00 2001 From: brolf Date: Thu, 18 Jul 2024 00:06:14 +0200 Subject: [PATCH] less circles --- src/modules/gfx_circles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/gfx_circles.c b/src/modules/gfx_circles.c index 4131197..bc3ee24 100644 --- a/src/modules/gfx_circles.c +++ b/src/modules/gfx_circles.c @@ -37,7 +37,7 @@ static oscore_time nexttick; static u_int16_t xmax; static u_int16_t ymax; -#define P_MAX 50 +#define P_MAX 25 typedef struct { u_int16_t x; u_int16_t y;