It's been slow going, but I've been working on my own dll Wrapper the Logitech G15 and G19 keyboards. It should work with other languages, but I'm mostly targeting VB6 at the moment. So far, I've managed to wrangle up something that can display the contents of a picturebox to a Black and White display. It's been tough, but I did learn a lot more than I expected to while putting it together.
Next step is to try sending bitmaps in memory and seeing how well my code handles 8-bit, 24-bit and 32-bit images. I'll have to write some new code for 1-bit images, but it shouldn't be too hard. After that is color for the G19 (which should be easy) and then maybe soft button handling.
I'll make up a sample app and create a new page for it when it's ready to distribute. It was really frustrating just trying to find a good VB6 DLL that works only with the G15. I haven't seen anything for the G19.
Next step is to try sending bitmaps in memory and seeing how well my code handles 8-bit, 24-bit and 32-bit images. I'll have to write some new code for 1-bit images, but it shouldn't be too hard. After that is color for the G19 (which should be easy) and then maybe soft button handling.
I'll make up a sample app and create a new page for it when it's ready to distribute. It was really frustrating just trying to find a good VB6 DLL that works only with the G15. I haven't seen anything for the G19.