turn display on in spinner (#2148)

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2020-09-09 20:24:13 -07:00
committed by GitHub
parent 6c292c3f0c
commit 0ebc037be7
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ int spin(int argc, char** argv) {
FramebufferState *fb = framebuffer_init("spinner", 0x00001000, false,
&fb_w, &fb_h);
assert(fb);
framebuffer_set_power(fb, HWC_POWER_MODE_NORMAL);
NVGcontext *vg = nvgCreateGLES3(NVG_ANTIALIAS | NVG_STENCIL_STROKES);
assert(vg);
Binary file not shown.