
Will post your home later.

So our guy is
#define SamyBacklightReg_B650 0x30220684
could I write that mem region directly via pointer like
Code: Select all
char *val;
val=0x30220684;
*val=0x100;


Next step : calibration with sensor...

Code: Select all
char *val;
val=0x30220684;
*val=0x100;
as i told you already:zibri2 wrote:Can someone tell me how to call an exeDSP exported function from an external program?
Using dlopen with exeDSP doesn't work.
How could I do that?
Do you have an idea what does auto energy saving really mean? What input does it react on?sbav1 wrote: 2) 0x30220680: 0x100 for esaving == auto, 0x00 otherwise (from ChelseaPictureShare::m_SetDimmingReg())
then for what should be a:zibri2 wrote:...
Hmm.. maybe I have to clarify my question.
ptrace need to be run before the "victim" program.
...
Code: Select all
ptrace(PTRACE_ATTACH, pid, 0, 0)
if this code not produce a gpf the whole linux world has a problemerdem_ua wrote:...Code: Select all
char *val; val=0x30220684; *val=0x100;
Yes yes, linux memory mapping different than playing with microcontrollers...arris69 wrote:if this code not produce a gpf the whole linux world has a problemerdem_ua wrote:...Code: Select all
char *val; val=0x30220684; *val=0x100;
![]()
arris
I think so, backlight gets significantly darker for frames with low mean brightness (for esaving == auto).tom_van wrote: Do you have an idea what does auto energy saving really mean? What input does it react on?
Is it based on average picture brightness?