Results 159 comments of Alistair Buxton

See https://github.com/ali1234/32blit-sdk/commit/5353e9f012492596d4f02077fd0715f71abfbdd2 for a fix to make this function work on Winbond flash.

Not really. Currently there is no discernable difference between the maximum and max-1 volume, while min+1 is about twice as loud as minimum volume. The backlight control behaves in a...

Had just come to the same conclusion myself - it must be client side. The python side seems fine. Queuing up items should be log(N) and you only compare the...

btw, this only happens when you use try to containers like std::vector.

This looks like it was suppose to be fixed by 901061035604ace324b8560da5eba4e3bc29c689 but cmake is not downloading the newer libraries for some reason.

After `rm -rf stdlib/*` it builds correctly. It had actually downloaded the correct zipfile (at least, the checksum matched what was in the CMakeLists) but seems that it didn't actually...

So if I delete the contents of stdlib and then build everything, it all builds correctly, even though stdlib directory does not get populated with files. That only happens if...

It seems that way, but then I don't understand how it downloaded the newer zip but then did not use it. The libs don't get copied into the actual build...

Most clone pro controllers don't even work with the Linux kernel driver, including the 8bitdo ones, in either USB or bluetooth mode.

It seems like pyserial isn't able to get the vid and pid of the serial devices when run within WSL. This causes autodetection to fail. We can report this upstream...