Project description
# 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)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file GLCD_SDK-0.0.1.zip
.
File metadata
-
Download URL:
GLCD_SDK-0.0.1.zip
- Upload date:
- Size: 105.2 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for GLCD_SDK-0.0.1.zip
Algorithm |
Hash digest |
|
SHA256 |
6f81a4406355d1d3af5ff0d1aa53be3ae40bec384667e5adf3dd1893ef6661f6 |
|
MD5 |
0c39b4da7f7a4a9f5d93af46f87e1070 |
|
BLAKE2b-256 |
228a361696aaf606fc52b2dfee92a977511a35ef8524211723dc6462f97e9fc2 |
|
See more details on using hashes here.
File details
Details for the file GLCD_SDK-0.0.1.tar.gz
.
File metadata
-
Download URL:
GLCD_SDK-0.0.1.tar.gz
- Upload date:
- Size: 105.2 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for GLCD_SDK-0.0.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
1941f8f05c4f66ecd95235e70126acf2da88d7efa6df184602ab8bcd16bf33f6 |
|
MD5 |
e1760669a84a7b3a7f9ce436aa0bba06 |
|
BLAKE2b-256 |
c80a29569a5a67616259d806a3db1ac5cce0d8b160c336f0c570eda286f77fcc |
|
See more details on using hashes here.
File details
Details for the file GLCD_SDK-0.0.1.win32.exe
.
File metadata
-
Download URL:
GLCD_SDK-0.0.1.win32.exe
- Upload date:
- Size: 300.8 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for GLCD_SDK-0.0.1.win32.exe
Algorithm |
Hash digest |
|
SHA256 |
5297dbff71b33a1618687d031f01581f7fc6fa9cbd5cac9d446c451fbed5b64f |
|
MD5 |
863a5e908b6beb677ad0b21f07b4eff8 |
|
BLAKE2b-256 |
ff0ee0a5fa11bc0015dd9201c5ab433107955cf8e0447b361a2c4b82b6d63bd9 |
|
See more details on using hashes here.