circuitpython/shared-module/rgbmatrix
Jeff Epler 368977fb90 RGBMatrix: Additional tile tweaks
* Introduce explicit serpentine: bool argument instead of using negative
   numbers (thanks, ghost of @tannewt sitting on one shoulder)
 * Fix several calculations of height

Testing performed (matrixportal):
 * set up a serpentine 64x64 virtual display with 2 64x32 tiles
 * tried all 4 rotations
 * looked at output of REPL
2021-01-26 14:33:48 -06:00
..
__init__.c Rename Protomatter -> RGBMatrix 2020-04-17 18:43:57 -05:00
__init__.h Rename Protomatter -> RGBMatrix 2020-04-17 18:43:57 -05:00
allocator.h rgbmatrix: update protomatter to 1.0.5 tag 2020-10-10 14:30:37 -05:00
RGBMatrix.c RGBMatrix: Additional tile tweaks 2021-01-26 14:33:48 -06:00
RGBMatrix.h RGBMatrix: Additional tile tweaks 2021-01-26 14:33:48 -06:00