Quote:
Originally Posted by Gertjan
I suggest giving the code in liberutils (display_utils) a second look. It provides quite similar functionality all within the already available API of the iOn framework. I know it currently lacks documentation but Im happy to answer questions.
|
First of all, thanks for your support, Gertjan.
I think you mean the display_update_xxx() functions. They call send_message:
Code:
static void send_message(int take_control, int waveform)
where waveform is a DM_HINT_XXX constant: 1=full, 4=partial, ...
but what means take_control? lock and unlock display... but with which purpose?
Thanks, Iņigo