Tagged Questions
The Logitech G15 is a keyboard produced by Logitech designed specifically for gamers. The LCD on this keyboard is customizable through an easy to use SDK.
2
votes
2answers
263 views
Is Python programming for Logitech G15 possible?
I have a Logitech G15 keyboard. It has a screen. Can i program this? I googled it but the one site i found didn't work.. It seems like it is possible, but i cannot grasp how.
Thanks!
This site is ...
2
votes
1answer
693 views
VB6 DLL takes callback as Integer, VB.NET requires delegate reference type
I have an issue with a third-party COM+ DLL meant to be used from VB6, where it has a function to set a Callback for a hardware event. However, I'm using VB.NET, and AddressOf now returns a reference ...
1
vote
1answer
649 views
Programming a Logitech G15 using python
I'd like to be able to write apps for my G15 keyboard using python. There seems to be a few people out there who have done it in the past, but I'm not sure what packages I need to install or where I ...