Daniele Dario

Results 3 comments of Daniele Dario

Just a suggestion: /** Define a minimum buffer allocation size */ #define FROZEN_ALLOC_MIN 256 static int json_sprinter(struct json_out *out, const char *str, size_t len) { char *p = out->u.buf.buf; size_t...

Just stumbled in the same problem and after I found my solution someone pointed me to yours which looks a little different. From what I see, if we find out...

Hi Goffredo, my problem was that trying to calibrate the touchscreen without setting the Evdev Axes Swap property to 1, the coordinates of the clicks were swapped and as you...