[MERGE] Change default ARM hardware PWM WS2812 tick frequency to 800kHz (24508)
This commit is contained in:
parent
326c9de6d6
commit
81985c22c3
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue