This guide will help you install LCDPossible and display your first panel.
- A supported LCD device (see Supported Devices)
- No hardware? Use the Virtual LCD Simulator to test without a device
- .NET 10.0 Runtime (installed automatically by installer scripts)
irm https://raw.githubusercontent.com/DevPossible/lcd-possible/main/scripts/install-windows.ps1 | iexcurl -sSL https://raw.githubusercontent.com/DevPossible/lcd-possible/main/scripts/install-ubuntu.sh | bashcurl -sSL https://raw.githubusercontent.com/DevPossible/lcd-possible/main/scripts/install-macos.sh | bashFor more installation options, see the main README.
lcdpossible --versionlcdpossible listYou should see your LCD device listed with its VID:PID.
lcdpossible show cpu-infoThis displays the CPU information panel on your LCD.
# System monitoring
lcdpossible show cpu-usage-graphic
# Screensaver
lcdpossible show plasma
# Multiple panels (slideshow)
lcdpossible show cpu-info,gpu-info,ram-infolcdpossible show "cpu-info|@effect=matrix-rain"lcdpossible config set-theme rgb-gaming
lcdpossible show cpu-infoTo have LCDPossible start automatically:
# Install and start service
lcdpossible service install
lcdpossible service startSee Service Setup for detailed instructions.
| Device | VID:PID | Status |
|---|---|---|
| Thermalright Trofeo Vision 360 ARGB | 0416:5302 | Fully Supported |
For device protocol details, see Reference/Devices.
Don't have hardware? The Virtual LCD Simulator lets you test everything:
# Terminal 1: Start simulator
dotnet run --project src/LCDPossible.VirtualLcd
# Terminal 2: Send content to simulator
lcdpossible show cpu-infoSee Virtual LCD Simulator for full details.
- Try the simulator if you don't have hardware
- Browse available panels
- Explore effects
- Customize themes
- Configure profiles