Skip to content

Commit

Permalink
mako: Add default value for display color control
Browse files Browse the repository at this point in the history
depend on following commits

opt/hardware: http://review.cyanogenmod.org/#/c/59752/
Settings: http://review.cyanogenmod.org/59753

Change-Id: I5573bb6c45f4bc67a040b21203a103e0a883903d
  • Loading branch information
TaichiN committed May 3, 2014
1 parent b102b39 commit b851e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public static int getMaxValue() {
public static int getMinValue() {
return 0;
}
public static int getDefValue() {
return 192;
}
public static String getCurColors() {
return FileUtils.readOneLine(COLOR_FILE);
}
Expand Down

0 comments on commit b851e96

Please sign in to comment.