Open elementalTIMING opened 9 months ago
This is great, thank you! Looks a lot like the firmware change that has been affecting some of the other devices.
Are you able to submit a PR?
This is great, thank you! Looks a lot like the firmware change that has been affecting some of the other devices.
Are you able to submit a PR?
Unfortunately not. I've never published anything to Git. It's something I need to deal with next summer ;-)
Hi,
after playing a bit with your code I found a possible solution for the CT V2 (https://github.com/foxxyz/loupedeck/issues/27). Because I've no published repo for this I put the small changes here in the text.
In
device.js
changeproductID
to:The CT is now discovered BUT the grid is not drawn anymore. Originally I did a mistake and and changed the
productID
in theLoupedeckLive
but not in theLoupedeckCT
. But after fixing my mistake the grid buttons are not shown or updated anymore.You also need to modify the
id
in thedisplays
. Here you can use the same values from theLoupedeckLive
, wich seems to work pretty well.You can keep the rest of the code as it is. That's it and all CT function work now. I hope that this will help somebody here.