DYScan DE2120 CircuitPython Library

Is there anyway to port the DYScan DE2120 Arduino Library over to CircuitPython?

Thanks!

You will need to reverse engineer what the libraries C code is doing and rewrite it in Python.

Unfortunately there’s no real guide on how to do that but it should be pretty straight forward once you’ve figured out what’s going on in the Arduino library.