schuhumi
schuhumi
You shouldn't need to enable Onboards autostart, the extension starts Onboard itself, see this line: https://github.com/schuhumi/gnome-shell-extension-onboard-integration/blob/master/src/extension.js#L74 If you don't want the extension to start Onboard, you can just delete the...
I need to test this myself yet, but in terms of changing metadata: I thought that with 3.22 version compatability in the metadata is not checked anymore? So adding 3.22...
Hi, I use 4 bit-per-pixel framebuffers and no high-level-api at all. All my drawing happens using `epd_draw_base()` with `MODE_PACKING_1PPB_DIFFERENCE`. Also I tried to use cropping area, but failed to do...
@vroland I only use the difference mode where it is 1 byte per pixel: 4 bit for the "from" color, and 4 bit for the "to" color: ```c /// A...
@vroland I got it to work! Only my waveform has lots of ghosting now, I'll need to tweak it again. Does the `epd_draw_base()` function use the `drawn_columns` after it returns?...
@martinberlin Sorry for the late response, life had me quite busy.. So initially I did only try to get it to work, I did not do any benchmarks. But you...
Oh I see, now that's impressive! I was able to go from 23MHz to 30, at 32 I sometimes get line buffer underruns. That decreases the time for epd_draw_base from...
Hello, you need to have network access to deploy the desktop, because so far you only installed the fancy buttons utility. Tapping the deploy button will download, extract and install...
I think I've found the problem: See this line of code: https://github.com/BlueDragonX/xf86-input-mtrack/blob/master/src/gestures.c#L572 t1->direction and t2->direction do not get checked if they are valid directions (see https://github.com/BlueDragonX/xf86-input-mtrack/blob/797719796a53a24fa6cd72fc3909a490ed807bec/include/trig.h#L40 ). When one finger...