From b4565dd3e2220cf2d737029a044e8dd262a1b7a5 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Tue, 13 Aug 2019 13:50:50 -0500 Subject: Reduce magicleap servo screen resolution --- support/magicleap/Servo2D/code/src/Servo2D.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/magicleap/Servo2D/code/src/Servo2D.cpp') diff --git a/support/magicleap/Servo2D/code/src/Servo2D.cpp b/support/magicleap/Servo2D/code/src/Servo2D.cpp index 0dd8201baf8..71abf7424b7 100644 --- a/support/magicleap/Servo2D/code/src/Servo2D.cpp +++ b/support/magicleap/Servo2D/code/src/Servo2D.cpp @@ -18,8 +18,8 @@ #include // The viewport dimensions (in px). -const int VIEWPORT_W = 1280; -const int VIEWPORT_H = 720; +const int VIEWPORT_W = 852; +const int VIEWPORT_H = 480; // The hidpi factor. const float HIDPI = 1.0; -- cgit v1.2.3