Timo Engelgeer

Results 20 comments of Timo Engelgeer

See [this thread](https://forum.arduino.cc/index.php?topic=642104.0). According to the C code as comment in wiring_pulse.S of arduino/AVR code (1.8.1) it will timeout if a pulse isn't started and ended between the call to...

Thanks! Don't think it's worth adding it as a dedicated feature but it's already possible now. Just mirror the desired gamma table and use that table. This way the output...

.on() and .off() are just shorthand for .set(0) and .set(max) so they should also flip when you use a mirrored gamma table.

Thanks! But yeah, support for other micro's isn't that great. Mostly because I don't use them as much. Would like to but yeah, time... But I thought I could just...

Mm, as you might have noticed this will take me a little longer... Still would really like to include ESP32 support!

@franzuu @joelv1964 Sorry it took a while. I made an attempt to add simple ESP32 support. See the branch eb527daf22f176ce6a6a5a5aeb2917119ad84295. It's a little bit different than on an Uno or...

That's great news! I'll try to make a 16-bit example this week as well. If that's fine (can you test that for me? Still waiting for my ESP32) I'll try...

After struggling a while I made an 16-bit example. Why was I struggling? Because I made an error last time! I never set the PWM to 10-bit (in FadeLed.h) like...

That's fine! I might change the example again 👼 It's going to be a single release 😄 That's most of the work, keep it compatible with everything 😋 I also...

Yeah, I saw that error now as well. The ESP32 Dev Module has no LED_BUILTIN. I committed changes to the branch again including a fix for the error. See 9015743d9e1673ac0744a328856f15ff92d1a3b1...