1
0
Fork 0

[MERGE] Change default ARM hardware PWM WS2812 tick frequency to 800kHz (24508)

This commit is contained in:
Drashna Jael're 2024-10-20 21:53:59 -07:00
parent 326c9de6d6
commit 81985c22c3
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 2 #define WS2812_PWM_PAL_MODE 2
#define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM2 #define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM2
#define WS2812_PWM_DMA_CHANNEL 5 #define WS2812_PWM_DMA_CHANNEL 5
#define WS2812_PWM_TARGET_PERIOD 800000
#define WS2812_EXTERNAL_PULLUP #define WS2812_EXTERNAL_PULLUP
#define BACKLIGHT_PWM_DRIVER PWMD8 #define BACKLIGHT_PWM_DRIVER PWMD8

View file

@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_PWM_PAL_MODE 3 #define WS2812_PWM_PAL_MODE 3
#define WS2812_PWM_DMA_STREAM STM32_DMA2_STREAM1 #define WS2812_PWM_DMA_STREAM STM32_DMA2_STREAM1
#define WS2812_PWM_DMA_CHANNEL 7 #define WS2812_PWM_DMA_CHANNEL 7
#define WS2812_PWM_TARGET_PERIOD 800000
#define WS2812_EXTERNAL_PULLUP #define WS2812_EXTERNAL_PULLUP
#define BACKLIGHT_PWM_DRIVER PWMD3 #define BACKLIGHT_PWM_DRIVER PWMD3