forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Milestone
Description
Protomatter matrix library 1.6.1 (c9c1189) addresses some issues with ESP32-S3. Drive strength compilation issue is fixed, pixel clock is slightly reduced to help w/visual glitches.
The prior release, 1.6.0, if not already in use by CircuitPython, addresses M4 issues. Also a slight pixel clock reduction, and additionally the clock duty cycle is semi-configurable -- perhaps this could be exposed as a named arg in Python, and ignored if not supported by arch. See _PM_setDuty() comments in that lib. Thx.
axm2