mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Removed last bits of the "backlight" feature.
This commit is contained in:
@@ -85,7 +85,7 @@ private:
|
||||
@return A number representing battery charge. 0 means fully discharged. 5 means fully charged. 6 represents a gp2x using AC power.
|
||||
*/
|
||||
unsigned short getBatteryLevel();
|
||||
FILE* batteryHandle, *backlightHandle, *usbHandle, *acHandle;
|
||||
FILE* batteryHandle, *usbHandle, *acHandle;
|
||||
void browsePath(const std::string &path, std::vector<std::string>* directories, std::vector<std::string>* files);
|
||||
/*!
|
||||
Starts the scanning of the nand and sd filesystems, searching for dge and gpu files and creating the links in 2 dedicated sections.
|
||||
@@ -173,9 +173,6 @@ public:
|
||||
|
||||
void setClock(unsigned mhz);
|
||||
|
||||
void setBacklight(int val);
|
||||
int getBackLight();
|
||||
|
||||
void setInputSpeed();
|
||||
|
||||
void writeConfig();
|
||||
|
||||
Reference in New Issue
Block a user