sm7125: livedisplay: Correct display modes

*Stock supports them

Change-Id: I4affd2a33080990c62b9a0ebb63ebea4be5b97f1
tirimbino
Simon1511 3 years ago committed by Ruchit
parent c8fab06b59
commit ac264bdefd
  1. 6
      livedisplay/DisplayModes.cpp

@ -36,8 +36,12 @@ static constexpr const char* kDefaultPath = "/data/vendor/display/.displaymodede
const std::map<int32_t, std::string> DisplayModes::kModeMap = {
// clang-format off
{0, "Dynamic"},
{1, "Standard"},
{2, "Natural"},
{4, "Vivid"},
{3, "Cinema"},
{4, "Adaptive"},
{5, "Reading"},
// clang-format on
};

Loading…
Cancel
Save