Autr

Results 10 comments of Autr

Hello, I'm also experiencing this bug quite badly on the Pi Zero v1.3 (not W) where I think it is the same problem with a race condition / slower threading....

Check the latest waveshare-dtoverlays; https://github.com/swkim01/waveshare-dtoverlays Where you can compile the latest device tree: ``` dtc -O dtb -o .dtb .dts ``` So for for 3.5" (version 3); ``` git clone...

Sorry, typo, meant to say: _now_ follow LCD-show instructions It might be better if I explain how I got there. While using a 3.2" V3 (ie. 32C) I found this...

From what I can glean from the discussions here, the fbtft driver switched to using "gpio descriptors", so its an off-by-one error: https://github.com/torvalds/linux/commit/c440eee1a7a1d0f2d5fc2ee6049e4a05da540f01 https://github.com/notro/fbtft/issues/546

Hey @RobinFen , did you make any progress with this? What was your final setup? Thanks!

This is fixed with Node >= 13 but PKG doesn't yet support it. Related: https://github.com/zeit/pkg/issues/838

Just an update to say this is now on omxplayer repo 😢 "Note: omxplayer is being deprecated and resources are directed at improving vlc."

Integer type is `long` !

It's a bit of trial-and-error, but generally MULTIPLY if light background, SCREEN if dark background does the job. Temporarily I tried something like this: ``` async function createBlendModed() { for...