Nengzhuo Cai
Nengzhuo Cai
You can use the PE2 one which will light up the user2 led
Demo: https://youtu.be/VedpKSH5nWM
> custom animation is totally OK, but it should be per-board configuration and default to existing one. custom animation code/function must be in `myboard/board.c` since it is board specific. Yes,...
> feel free to submit pr when you think it is ready. If I want to submit a PR that means I will have to submit a compatible device that...
My current implementation prevents self-update to be build > c:/users/caine/.espressif/tools/xtensa-esp32s2-elf/esp-2021r2-8.4.0/xtensa-esp32s2-elf/bin/../lib/gcc/xtensa-esp32s2-elf/8.4.0/../../../../xtensa-esp32s2-elf/bin/ld.exe: esp-idf/src/libsrc.a(main.c.obj): in function `board_timer_handler': C:/Users/caine/Documents/GitHub/Matrix-Bootloader/src/main.c:257: multiple definition of `board_timer_handler'; esp-idf/boards/libboards.a(animation.c.obj):c:\users\caine\documents\github\matrix-bootloader\ports\espressif\_build\matrix_block6_prototype1/../../boards/matrix_block6_prototype1/animation.c:70: first defined here Will try get that fixed later
> If your board is not ready to submit an PR, no problem at all, just wait until it is ready. My issue is that my board isn't a dev...
Any update or plan on this?
I think it's also probably better to clamp them in set_hsv() and set_hsv_fill()
https://github.com/KMKfw/kmk_firmware/blob/4419f13f1c6488e35c56658f3341760eb660be6a/docs/rgb.md#:~:text=Sets%20the%20saturation%20from%200%2D100 in docs it says that the range of sat is 0~100 but the default for sat is 255 https://github.com/KMKfw/kmk_firmware/blob/91f494846aa53da6124974c10668830e0a82f7ad/kmk/extensions/rgb.py#L93
> 针对ESP32全系列芯片,已经开发完成了ESPLink,可支持自动下载、调试等功能。 https://github.com/wuxx/ESPLink 就是看到了那个才来问下,毕竟都是jtag+uart, nanoDAP还多带个SWO。 如果nanoDAP能自动下载相当于合一了。