Stephen Hensley
Stephen Hensley
Hi @m00dawg This is indeed a planned feature, and was only recently added to libDaisy. There's usually a bit of a lag between updates to libDaisy, and DaisyDuino. That said,...
@grrrwaaa Do you know of a Serial communication library for node (or if there's any native support for connecting to USB/Virtual COM ports?). I'll probably be merging in the libdaisy...
Indeed! Thanks for sharing those links, I'll try to get a proof of concept together in the next few weeks. One thing I foresee being an issue is detecting which...
This is a great idea! Thanks for the request! We have a few things in the works related to more flexible customization, and can work on adding this after that!
This is a good idea for a DSP module to add. Thanks for the idea, we'll add it to the planned list for DaisySP (which will end up getting integrated...
Having a full implementation is fine for now. There are a few other new display drivers being added as well. So we may be able to look at the full...
@ajjackson it looks like it wants `DaisySP` itself to be compiled with `-fPIC` as well. You'll have to edit CMakeLists.txt file (or the resultant Makefile) to add it to the...
@Matteocaroleo thanks for the contribution! You can modify this branch with additional commits, without having to make a separate PR. The CI also has a few issues with the code...
I was working with a similar display, and had this same issue, and was also able to resolve it by commenting out that line.. At the time, I thought I...
Hi @eh2k thanks for the PR! This is definitely a useful update! At a glance it looks good. We'll do some testing this week and get you feedback, or merge...