Christen Lofland

Results 29 comments of Christen Lofland

Thanks, that makes sense, but when I try it I get this error: `Error: Invalid HT16K33 controller address: 112` It looks like the code has a list of valid addresses,...

> You could change the address on one of the HT16K33's to 0x71. I imagine it just takes a little bit of solder. Haha, so I could, but for a...

Just to be clear, Ubuntu Dock **is** a modified version of Dash to Dock so this is a bit of crude semantic banter here. I think the main difference for...

Thanks, and acknowledged that my work got the demo past some basic "won't even start in Godot 4" issues, but is far from a solution to the real problem. Unfortunately...

@kadko I wonder if this is fixed now? I found the same thing at first, but after upgrading the code to the latest version of Phaser.io it seems to collide...

As a bystander I thought I'd test this to see what I see, in case it could help. The `.gdshader` **does not** (fully?) work for me with the published online...

> _Technically_ this isn't a bug: I think two newlines between functions is bad and the official style guide is wrong. > > But... I recognize that I'm the weirdo...

You say you had "a lot of troubles", perhaps ROS isn't really installed? Did you complete the ROS installation? http://wiki.ros.org/melodic/Installation/Ubuntu The TL;DR version is: ``` sudo apt install -y ros-melodic-desktop-full...

FYI: This is what I use for scaling: [Source](https://stackoverflow.com/a/68215326/4982408) ``` # https://stackoverflow.com/a/68215326/4982408 function Set-Scaling { # Posted by IanXue-MSFT on # https://learn.microsoft.com/en-us/answers/questions/197944/batch-file-or-tool-like-powertoy-to-change-the-res.html # $scaling = 0 : 100% (default) #...