Clear TODO: Change PWM frequency to 24kHz

This commit is contained in:
peepeetee 2025-06-22 00:23:39 +08:00
parent 91633cfaa5
commit d8e4103d10

View File

@ -27,5 +27,4 @@
#define BACKLIGHT_PWM_DRIVER PWMD4 #define BACKLIGHT_PWM_DRIVER PWMD4
#define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B #define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B
// Change PWM frequency to 24kHz, the default of 2048Hz causes loud noise // Change PWM frequency to 24kHz, the default of 2048Hz causes loud noise
// TODO: Waiting for PR #21717 #define BACKLIGHT_PWM_PERIOD BACKLIGHT_PWM_COUNTER_FREQUENCY / 24000
// #define BACKLIGHT_PWM_PERIOD BACKLIGHT_PWM_COUNTER_FREQUENCY / 24000