Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
902 stars 289 forks source link

Changes PWM channel to avoid backlight/motor conflict #146

Closed billyischilly closed 1 year ago

billyischilly commented 3 years ago

Currently the backlight and vibration motor are on PWM channels 0 and 1 respectively which both share a timer. This causes backlight to dim when motor is used as it seems to change the frequency/duty cycle so that the backlight can't show full brightness. I have changed the motor channel number which avoids interference with either the backlight or the buzzer PWM timers.

igors48 commented 2 years ago

Thanks for this @billyischilly