BW16 RTL8720 DMX

Anyone who knows which library would work to send DMX on a BW16?
I was hoping to get the " LXSAMD21DMX" library to work. No luck so far.
Thanks Olivier

You need no special library as DMX data can be sent via UART at 250 kHz, 8 bit, 2 stop bits, no parity.
You only have to prefix the DMX data with a break of 120 µs (pin low level), following 12 µs high level and then send the data out using SoftwareSerial (available pins are PA12, PB1, PA26, PA7).