circuitpython/shared-bindings/_protomatter
Jeff Epler 0ce9c008c5 Protomatter: Make all arguments kw-only, add rgb count and optional height checking
They're not readily distinguishable by type.

I also added the requested height optional parameter; this is checked
against the computed one.  It's not feasible to use this parameter to
artificailly reduce the number of used rows, because changes in the
underlying C protomatter library would be required.

Finally, I added a better error message when the number of RGB pins was
not what was expected.
2020-04-14 18:24:59 -05:00
..
Protomatter.c Protomatter: Make all arguments kw-only, add rgb count and optional height checking 2020-04-14 18:24:59 -05:00
Protomatter.h protomatter: Respond to review comments 2020-04-14 18:24:59 -05:00
__init__.c Add Protomatter and FramebufferDisplay 2020-04-14 18:24:54 -05:00