Wim van 't Hoog

Results 8 comments of Wim van 't Hoog

How do you mean someone else's stream. The way this works is oath_creds grants the permission for one specific Youtube account. I have two accounts. The first one is my...

@yunjae-Na9025 edit PixhawkArduinoMAVLink.h like so ``` #include "common/mavlink.h" #include #include #include #include #include ```

@davemaster if you are referring to the above code, this works. But i need it scroll only to row 23 and not the entire display

Unfortunately not. Trying to achieve the same thing as you are (image + scrolling text) Maybe another library can do the trick but haven't looked into that yet.

Yeah I've tried to set this up myself but unfortunately my C++ skills are inferior. Would love to see a function in the PxMatrix library that supports Scroll Text to...

What i've also tried is just build webapp.js ``` git clone https://github.com/RoganDawes/P4wnP1_aloa.git cd P4wnP1_aloa/web_client gopherjs build -o ../www/webapp.js ``` and copied those files _(webapp.js and webapp.js.map)_ over to _/usr/local/P4wnP1/www/_ And...

Whoops, put the argument in the wrong place. Supposed to be passed here: `async for result in pdump(mon.monitor_interface, gpsd=1):` Working now