Is there any api/sdk for Delphi to use the G15 Logitech keyboard display?
All I managed to find uses "lgLcdLibWrapper.dll" in between which works only for 32bit projects. Would be nice to have a native solution without involving an extra DLL in between.
There is a Delphi library for the Logitech G15 written by a French author, pseudonym Delphitness.
The communication is based on the JVCL JvHIDController class, originally written by Robert Marquardt.
Here is the download site : DelphiFr GESTION-CLAVIER-G15-LOGITEC (in French).
This package will enable you to communicate with the Logitech controller without any dll.