Set brightness takes an int

old-commit-hash: ceba6fc675
commatwo_master
Willem Melching 5 years ago
parent b7ae2df26b
commit 14881ace78
  1. 2
      selfdrive/common/framebuffer.cc

@ -12,7 +12,7 @@
#include <GLES2/gl2.h>
#include <EGL/eglext.h>
#define BACKLIGHT_LEVEL "205"
#define BACKLIGHT_LEVEL 205
using namespace android;

Loading…
Cancel
Save