Skip to content

Commit

Permalink
Update DisplaySettings.cpp for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenapathy authored Oct 29, 2024
1 parent 20a20ac commit 5d58fa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DisplaySettings/DisplaySettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include "DisplaySettings.h"
#include <algorithm>
#include <stdlib.h>
#include "dsMgr.h"
#include "host.hpp"
#include "exception.hpp"
Expand Down Expand Up @@ -3485,6 +3486,12 @@ namespace WPEFramework {
LOGINFOMETHOD();
bool success = true;

LOGINFOMETHOD();

LOGINFO(":(%s): ***HACK*** enabling custom 3dlut !!!\n",__func__);
system("echo 3dlut enable > /sys/class/amvecm/debug");
system("echo 3dlut open > /sys/class/amvecm/debug");

returnIfParamNotFound(parameters, "operation");
string audioProfileState = parameters["operation"].String();

Expand Down

0 comments on commit 5d58fa1

Please sign in to comment.