From f9b23974dc36cd06555b032a23e3d96a3bdc3c4d Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 12 Mar 2024 14:44:41 -0600 Subject: ts25-boost: reduced visible PWM, made party strobe less blurry --- hw/wurkkos/ts25/boost/anduril.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hw') diff --git a/hw/wurkkos/ts25/boost/anduril.h b/hw/wurkkos/ts25/boost/anduril.h index b2fae56..1f19a9b 100644 --- a/hw/wurkkos/ts25/boost/anduril.h +++ b/hw/wurkkos/ts25/boost/anduril.h @@ -26,10 +26,9 @@ #define DEFAULT_LEVEL 70 #define MAX_1x7135 150 // moon at 1/4th speed for max runtime -// the rest at half speed, to reduce ripple -// but not full speed because 8 kHz PWM is enough for this circuit -// and speed changes make a big visible bump -#define HALFSPEED_LEVEL 255 +// the rest at full speed, to reduce PWM +// (speed changes make a big visible bump because PWM) +#define HALFSPEED_LEVEL 2 #define QUARTERSPEED_LEVEL 2 #define RAMP_SMOOTH_FLOOR 1 @@ -61,7 +60,8 @@ //#define DEFAULT_BLINK_CHANNEL CM_AUXWHT // slow down party strobe; this driver can't pulse for 2ms or less -#define PARTY_STROBE_ONTIME 3 +#define PARTY_STROBE_ONTIME 1 +//#define STROBE_OFF_LEVEL 1 // keep the regulator chip on between pulses // use aux red + aux blue for police strobe #define USE_POLICE_COLOR_STROBE_MODE -- cgit v1.2.3