noahwilliamsson

Results 23 comments of noahwilliamsson

Thank you for the kind words and sorry for the delayed response (I have email notifications turned off). Unfortunately ser2net limits the number of connections to an exported serial port...

I'm sorry to hear that. I've reoped the issue so feel free to drop a comment if you find out something interesting in the future.

Hi, Unfortunately this project does not support driving the LED matrix from a Raspberry Pi alone. Instead it's expected that the LED matrix is driven via micro controller that either...

Hi @willumpie82, @evanjmg. I just pushed two changes that should allow you to try this project on a Raspberry Pi (tested on a 3 model B+). To try it out:...

You could try to modify `LedMatrix.xy_to_phys()` to account for that: https://github.com/noahwilliamsson/lamatrix/blob/master/ledmatrix.py#L50-L76. My particular 32x8 display is laid out in a zig-zag pattern with the first eight pixels starting at the...

Unfortunately, no. libspotify now exists for Linux (32- and 64-bit), Mac OS X and Windows. At the time this project started, it was only available for 32-bit Linux. Aside from...

I suppose that piece of code hasn't been upated to reflect a change in the sp_playlist prototype in libspotify 0.0.3. You'll have to update the prototype of the callback in...

Winamp is not a requirement. The build target's output directory is set to the home of Winam because it was convenient when I played around with Winamp plugin writing. I...

> If the ZYPDN12 is also supposed to receive commands via UART, you will have to extend the UART code in pd_debug.cpp. > UART TX is on pin PA2, UART...

It seems some Mac specific changes were introduced in https://github.com/OpenBuilds/OpenBuilds-CAM/commit/bf7eeb80b892c5e311bbe5e6af1e139a7f6ec284 (Aug, 2018). Not sure why (touch-pad related?) but perhaps @petervanderwalt can explain? You can try restoring the functionality by opening...