14 lines
239 B
C
Raw Normal View History

2017-06-20 00:23:49 +02:00
#pragma once
2017-06-09 01:45:00 +02:00
2017-06-20 00:23:49 +02:00
#include "common.h"
2017-06-09 01:45:00 +02:00
#define BRIGHTNESS_AUTOMATIC (-1)
#define BRIGHTNESS_MIN (10)
#define BRIGHTNESS_MAX (210)
u32 SetScreenBrightness(int level);
u32 GetBatteryPercent();
2017-09-18 19:57:43 +02:00
bool IsCharging();
2017-06-20 00:23:49 +02:00
void Reboot();
void PowerOff();