Fix atoms3 backlight control (#959)

This commit is contained in:
Forairaaaaa
2025-07-22 17:55:33 +08:00
committed by GitHub
parent eb0bba2c89
commit 721b58f8c7
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ protected:
class PwmBacklight : public Backlight {
public:
PwmBacklight(gpio_num_t pin, bool output_invert = false);
PwmBacklight(gpio_num_t pin, bool output_invert = false, uint32_t freq_hz = 25000);
~PwmBacklight();
void SetBrightnessImpl(uint8_t brightness) override;