See desc for more.

1.) Fix Themes touch position.

2.) Properly detect if battery is full charged using `PTMU_GetAdapterState()` and `PTMU_GetBatteryChargeState()` together.
This commit is contained in:
StackZ
2021-03-15 16:06:10 +01:00
parent 9eefef85d4
commit eaf82d8849
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ static const std::vector<Structs::ButtonPos> dirIcons = {
};
static const Structs::ButtonPos back = { 45, 0, 24, 24 }; // Back arrow for directory.
static const Structs::ButtonPos Themes = { 40, 220, 280, 24 }; // Themes.
static const Structs::ButtonPos Themes = { 40, 196, 280, 24 }; // Themes.
static const std::vector<std::string> mainStrings = { "LANGUAGE", "SELECT_UNISTORE", "AUTO_UPDATE_SETTINGS_BTN", "GUI_SETTINGS_BTN", "DIRECTORY_SETTINGS_BTN", "CREDITS", "EXIT_APP" };