diff options
Diffstat (limited to 'src/castRay.cpp')
-rw-r--r-- | src/castRay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/castRay.cpp b/src/castRay.cpp index d8e7e20..866a2a0 100644 --- a/src/castRay.cpp +++ b/src/castRay.cpp @@ -4,6 +4,7 @@ void CastRay::drawLoop() { display.fillScreen(GxEPD_WHITE); + draw_doom(); } void CastRay::drawWatchFace() |