Logitech G15 Keyboard - display api for Delphi

600 views Asked by At

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.

1

There are 1 answers

0
LU RD On

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.