adafruit / Adafruit_Protomatter

RGB matrix library for Arduino
70 stars 24 forks source link

esp32.h: Add support for CircuitPython #39

Closed jepler closed 3 years ago

jepler commented 3 years ago

This adds support for CircuitPython, in conjunction with https://github.com/adafruit/circuitpython/pull/4755

this only works if you trick it into using blast_long. Treat as a work in progress only.

jepler commented 3 years ago

I don't understand what's going on here and may need help. I didn't modify any nrf files in this PR, unless I overlooked something.

  File "/opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages/click/types.py", line 75, in __call__
    return self.convert(value, param, ctx)
  File "/opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages/nordicsemi/__main__.py", line 64, in convert
    if value.lower() == 'none':
AttributeError: 'int' object has no attribute 'lower'
Error during build: exit status 1
ladyada commented 3 years ago

@makermelissa did you say something about click updating?

jepler commented 3 years ago

The build failure isn't happening today, and my latest tests under CircuitPython are all green now.