diff options
| author | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2024-07-28 22:00:45 +0100 |
|---|---|---|
| committer | mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> | 2024-07-28 22:00:45 +0100 |
| commit | f2634319ab7ebfe22fc6d2ebabcdd27879f3667e (patch) | |
| tree | d8834f64f0dc4349bf34cf29a6831a12063b1435 /examples/AuroraDemo/PatternTest.h | |
| parent | aa28e2a93baaf90083b2d556c0ac80602d9940aa (diff) | |
Clean-up and fix some examples
Diffstat (limited to 'examples/AuroraDemo/PatternTest.h')
| -rw-r--r-- | examples/AuroraDemo/PatternTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/AuroraDemo/PatternTest.h b/examples/AuroraDemo/PatternTest.h index 61e870a..7a4a07d 100644 --- a/examples/AuroraDemo/PatternTest.h +++ b/examples/AuroraDemo/PatternTest.h @@ -12,7 +12,7 @@ class PatternTest : public Drawable { unsigned int drawFrame() { - dma_display->fillScreen(dma_display->color565(128, 0, 0)); + matrix->fillScreen(matrix->color565(128, 0, 0)); return 1000; } }; |
