From fb3af0bf835ea3421057c11b12c139abec285226 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Thu, 31 Jul 2025 11:58:04 +0200 Subject: [PATCH] Fix for page RollPitch --- lib/obp60task/PageRollPitch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/obp60task/PageRollPitch.cpp b/lib/obp60task/PageRollPitch.cpp index 02fd94f..3cc9277 100644 --- a/lib/obp60task/PageRollPitch.cpp +++ b/lib/obp60task/PageRollPitch.cpp @@ -167,6 +167,7 @@ public: // Draw instrument int rInstrument = 100; // Radius of instrument + float pi = 3.141592; getdisplay().fillCircle(200, 150, rInstrument + 10, commonData->fgcolor); // Outer circle getdisplay().fillCircle(200, 150, rInstrument + 7, commonData->bgcolor); // Outer circle