mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 15:02:06 +08:00
turn display on in spinner (#2148)
Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user