Modern, high-performance driver and plugin system for the legendary Logitech Z-10 speakers. Bypasses the dead Logitech software to provide real-time stats, weather, and more on your LCD.
- Download the latest Z10_LCD_Plugin.zip.
- Unzip to a folder.
- Run
setup.exe:- It will install the app to
C:\Program Files\LogitechZ10. - It will automatically set up Auto-Start with Windows.
- It will guide you through the Zadig Driver setup if needed.
- It will install the app to
- Clock: Big font Time/Date. Button 1 toggles a built-in Stopwatch.
- Media Info: "Now Playing" with smooth 50 FPS scrolling (Spotify, YouTube, Chrome, etc.).
- Weather: Real-time conditions (Auto-fetched from OpenMeteo).
- System Monitor: 4 pages of hardware stats (CPU/GPU load, temps, network, and disk).
- Game Stats: Real-time FPS & Frametime (Syncs with RivaTuner/RTSS).
- Features: Auto-app detection, Alt-Tab persistence, and EXE filtering.
Windows 10/11 requires the WinUSB driver to talk to the Z-10.
- Open Zadig (included in the ZIP).
- Go to Options -> List All Devices.
- Select Logitech Z-10 USB Speaker (Interface 2).
- Select WinUSB and click Replace Driver.
If you want to modify the code or add your own plugins:
- Install Dependencies:
pip install -r requirements.txt
- Setup libusb:
Place
libusb-1.0.dllin the root folder. - Run:
python z10_app.py
- Build:
Run
BUILD_EXE.batto generate the standalone.exeand installer.
- Display Button (Short Press): Cycle through plugins.
- Display Button (Long Press 2s): Exit the application.
- Buttons 1-4: Context-specific (e.g., Button 1 toggles Stopwatch in Clock).
- LCD is blank: Ensure you've performed the Zadig driver swap on Interface 2.
- FPS is 0: Ensure RivaTuner Statistics Server (RTSS) is running.
- Media info missing: Check if you have the proper Windows media overlay enabled.