Hannes Winkler

Results 303 comments of Hannes Winkler

Hey, theoretically that's possible but not sure I have a beefy enough ARM64 machine for that. Github CI doesn't provide one at least and could be it takes ages to...

`gen_snapshot` is built as part of the flutter engine build. For instructions see: - https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment - https://github.com/flutter/flutter/wiki/Compiling-the-engine

of course, it's just a linux machine (you can do everything you can do on your home computer as well), but I _am_ already cross-compiling it: the `gen_snapshot` that generates...

Are you using 64-bit? I'm a bit surprised how you got omxplayer running on bullseye, thought that was unsupported there. If you're using bullseye, you might have more luck by...

Could be related to https://github.com/ardera/raspberrypi-fast-ts/issues/5. Even I am currently running the old (kernel) driver. This userspace driver is pretty much a hack; it's directly accessing the I2C peripheral that's also...

@PsychotherapistSam ~~Not really, the kernel driver is a lot better now.~~ ``` pi@hpi4:~/devel/evhz $ sudo ./evhz Press CTRL-C to exit. event0: vc4 event1: vc4 event2: generic ft5x06 (00) 2 ......

I don't really have an idea how to talk to the touchscreen controller nowadays. There's a lot of I2C devices (`/dev/i2c...`), and using i2cdetect I can't find the touch controller...

No idea, why don't you just try?