circuitpython/shared-module/vectorio
warriorofwire 4086600b61 vectorio: switch per-shape transform to Display
Rather than maintain a transform per-shape, we'll just use whatever
  settings are on the Display.  Currently only transpose is done.
2020-05-09 22:15:51 -07:00
..
Circle.c Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Circle.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Polygon.c Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Polygon.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Rectangle.c Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
Rectangle.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
VectorShape.c vectorio: switch per-shape transform to Display 2020-05-09 22:15:51 -07:00
VectorShape.h vectorio: switch per-shape transform to Display 2020-05-09 22:15:51 -07:00
__init__.c Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00
__init__.h Add vectorio: for drawing shapes 2020-05-09 15:38:22 -07:00