Scott Shawcroft 3fad7de8db
Rework the pixel computation to use areas
This changes the displayio pixel computation from per-pixel to
per-area. This is precursor work to updating portions of the screen
(#1169). It should provide mild speedups because bounds checks are
done once per area rather than once per pixel. Filling by area also
allows TileGrid to maintain a row-associative fill pattern even when
the display's refresh is orthogonal to it.
2019-05-21 17:41:06 -07:00
..
2019-03-19 18:37:41 -07:00
2019-02-11 20:55:05 -08:00
2019-05-15 11:33:16 -07:00
2019-05-15 11:33:16 -07:00
2019-05-14 08:03:34 -05:00
2018-09-06 14:49:49 -07:00
2019-01-17 14:45:29 -08:00
2019-02-13 17:34:39 -08:00
2019-01-14 17:29:15 -08:00