Hi, > That¹s new information for me on the LEDs visuals. Are you talking about > PWM to control brightness or just visual blink rate? 16-bits seems large > to me for specifying a duty cycle for brightness, but I have no > experience.
For comparison Arduino’s AnalogWrite takes a single byte with 0 being 0% duty cycle and 255 being 100%. Also low values (0-10) are a bit more approx than other values and it suggested you don’t use them. The PMW frequency is reasonably slow being 490Hz or 980Hz on the various Arduino boards. But there’s some lower level calls that you can modify this and break delay and mills at the same time:-) Thanks, Justin
