From 684ed774ee0316e7e3587d59ca411b7d63c19e76 Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Fri, 3 Apr 2026 11:46:33 +0200 Subject: [PATCH] TWEAK: Balanced resolution and cpu usage with GRID_3D resolution --- src/userland/gui/grapher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userland/gui/grapher.c b/src/userland/gui/grapher.c index 08b79a2..e90f211 100644 --- a/src/userland/gui/grapher.c +++ b/src/userland/gui/grapher.c @@ -17,7 +17,7 @@ extern void sys_parallel_run(void (*fn)(void*), void **args, int count); // Adjust the below variables to suit your system specification and preferences. // --- User Configuration --- #define ROTATE 1 // Set to 0 to disable auto-rotation in 3D mode. -#define GRID_3D 100 // Grid resolution. Adjust on how much you want your PC to die (lmao) +#define GRID_3D 256 // Grid resolution. Adjust on how much you want your PC to die (lmao) // -------------------------- #define TOOLBAR_H 30 #define STATUSBAR_H 30