# GLCD SDK A Python wrapper for Logitech’s LCD SDK
## Requirement - A Logitech periphral with an LCD (G19,G510,G13,G15 …) - Logitech Gaming Software - LCDSDK for Logitech (Version 8.57.148 or newer)
##Instalation Use package installer on Pypi.
## Usage First load the LogitechLcdEnginesWrapper dll GLCD_SDK.initDLL(“C:\Program Files\Logitech Gaming Software\LCDSDK\LCDSDK_8.57.148\Lib\GameEnginesWrapper\x86\LogitechLcdEnginesWrapper.dll”)
All function have the same name SDK. Except for Constants. Read LCDSDK_#.##.###\Doc\LogitechGamingLCDSDK.pdf
import GLCD_SDK, time GLCD_SDK.initDLL(“C:\Program Files\Logitech Gaming Software\LCDSDK\LCDSDK_8.57.148\Lib\GameEnginesWrapper\x86\LogitechLcdEnginesWrapper.dll”) GLCD_SDK.LogiLcdInit(“Python”,GLCD_SDK.TYPE_COLOR+GLCD_SDK.TYPE_MONO) GLCD_SDK.LogiLcdColorSetText(0,”Python”+platform.python_version(),255,255,255) GLCD_SDK.LogiLcdUpdate() time.sleep(5) GLCD_SDK.LogiLcdShutdown()
A bonus fonction to display PIL image on screen
GLCD_SDK.ColorBGPIL(im)
Release files for GLCD_SDK 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| GLCD_SDK-0.0.1.zip | 105.2 kB | Details | |
| GLCD_SDK-0.0.1.tar.gz | 105.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| GLCD_SDK-0.0.1.win32.exe | Details |
Total release size: 511.2 kB
Release files / GLCD_SDK-0.0.1.zip
| Download URL | GLCD_SDK-0.0.1.zip |
|---|---|
| Size | 105.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6f81a4406355d1d3af5ff0d1aa53be3ae40bec384667e5adf3dd1893ef6661f6
|
|
BLAKE2b-256 checksum How to use checksums |
228a361696aaf606fc52b2dfee92a977511a35ef8524211723dc6462f97e9fc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / GLCD_SDK-0.0.1.tar.gz
| Download URL | GLCD_SDK-0.0.1.tar.gz |
|---|---|
| Size | 105.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1941f8f05c4f66ecd95235e70126acf2da88d7efa6df184602ab8bcd16bf33f6
|
|
BLAKE2b-256 checksum How to use checksums |
c80a29569a5a67616259d806a3db1ac5cce0d8b160c336f0c570eda286f77fcc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / GLCD_SDK-0.0.1.win32.exe
| Download URL | GLCD_SDK-0.0.1.win32.exe |
|---|---|
| Size | 300.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5297dbff71b33a1618687d031f01581f7fc6fa9cbd5cac9d446c451fbed5b64f
|
|
BLAKE2b-256 checksum How to use checksums |
ff0ee0a5fa11bc0015dd9201c5ab433107955cf8e0447b361a2c4b82b6d63bd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |