David Evans
David Evans
You take a direct difference between accelerations (https://github.com/alexgibson/shake.js/blob/master/shake.js#L100) without accounting for the sampling frequency. That means that any variance in sampling frequency will change the effective threshold. You should at...
I started poking around and realised that the `kernel` sources aren't used by the default build, and seem to be early-stages judging by their short git history. That prevents me...
hmm, I see the problems. First, yes, when I say "vsync" I intended "framebuffer swap" or more specifically: "send the current data to the device now please". Is there a...
> The core idea for linking as a library was the intent to directly hook to an application that renders in software (like e.g. a NES game emulator or other...
An update on this: I'm working on this in https://github.com/davidje13/fbcp-ili9341/tree/filesystem My current target is to split a library out of the standalone application (i.e. #90), and I have been gradually...
Yeah I know what you mean. I've been on the receiving end of things like this before. Each change is fairly isolated within a commit already, and the project builds...
@tm9k1 sadly as is often the way, other projects came along and I didn't finish this work. I can't remember exactly how far I got, but my initial target was...
I bumbled around a bit and eventually got something which at least builds: I replaced one of the input `r` flags with `g` in each assembly block in diff.cpp, and...
Switching from DietPi to Pi OS Lite resolves this, but I don't know what the differences are. Happy to run experiments if anybody wants to investigate further. I'll probably try...
Hmm, I should have checked the compiler version before I clobbered it with Pi OS Lite. I'll find another SD card and check soon. In _theory_ it uses the same...