d0k3 5941ce41bc Show battery state on top bar
thanks @al3x10m for pointing out the possibility
2017-09-16 16:46:30 +02:00

10 lines
133 B
C

#pragma once
#include "common.h"
void CheckBrightness();
u32 GetBatteryPercent();
void ScreenOn();
void Reboot();
void PowerOff();