Reduce magicleap servo screen resolution

This commit is contained in:
Alan Jeffrey 2019-08-13 13:50:50 -05:00
parent db4edaee87
commit b4565dd3e2

View file

@ -18,8 +18,8 @@
#include <string.h>
// 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;