Effect matrix now uses subpixel rendering for smoother movements.

This commit is contained in:
2019-09-25 06:32:35 +02:00
parent 711719921a
commit b8f39410c9
2 changed files with 27 additions and 31 deletions

View File

@ -9,7 +9,7 @@
class MatrixEffectColumn {
protected:
Window* window;
uint8_t x, y;
accum88 x, y;
uint8_t length = 1;
uint8_t _direction = 2;
bool _random_direction = false;