-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can atmega32a drivers ws2812 by bitbang? #8375
Comments
I feel it is clock speed matter. If your atmega32a has enough clock speed, it should work. qmk_firmware/drivers/avr/ws2812.c Lines 93 to 101 in 2b66acf
|
ps2avr used an attiny to drive ws2812, so you need to buy this from author of ps2avr or write your own driver on attiny to translate i2c commands from atmega32a to ws2812 signal sequence. If your made the keyboard by yourself, why not just using atmega32u4? |
yes they can, they work just fine and I have tried this. |
is this about entering the bootloader? |
Verified working on https://www.rgbkb.net/products/pan-keyboard-diy-kit by Legonut. |
Hello, I have made a keybord with atmega32a. It has the rgb underglow, and i connected ws2812s with mcu's io pin directly(just like many atmega32u4).But now i find the ws2812s can not work. So is 32a not supported bitbang driver the ws2812?
Thank you for your answer .
The text was updated successfully, but these errors were encountered: