Skip to content

Latest commit

 

History

History
120 lines (90 loc) · 4.01 KB

File metadata and controls

120 lines (90 loc) · 4.01 KB

Display Panels

LCDPossible includes a variety of display panels organized by category.

Panel Categories

Hardware monitoring panels for CPU, GPU, RAM, and network.

Panel Description
cpu-info CPU model and specifications
cpu-status CPU dashboard with usage, temp, sparkline
cpu-usage-text CPU usage as text
cpu-usage-graphic CPU usage with visual bars
cpu-thermal-graphic CPU temperature gauge
gpu-info GPU model and specifications
gpu-usage-text GPU usage as text
gpu-usage-graphic GPU usage with visual bars
gpu-thermal-graphic GPU temperature gauge
ram-info RAM specifications
ram-usage-text RAM usage as text
ram-usage-graphic RAM usage with visual bars
network-info Network interface information
system-thermal-graphic Combined CPU/GPU temperature
basic-info System hostname, OS, uptime
basic-usage-text Basic system usage summary

Video, images, and web content.

Panel Description
animated-gif Animated GIF from file or URL
image-sequence Folder of images as animation
video Video file, URL, or YouTube
html Local HTML file
web Live website rendering

Animated visual effects and games.

Panel Description
screensaver Random screensaver or cycle all
plasma Classic demoscene plasma
matrix-rain Digital rain effect
starfield Classic starfield warp
fire Demoscene fire effect
warp-tunnel Colorful warp tunnel
clock Analog clock
pipes 3D pipes screensaver
mystify Bouncing polygons
bubbles Floating bubbles
rain Raindrops with splashes
noise TV static effect
spiral Hypnotic spiral
game-of-life Conway's Game of Life
asteroids Asteroids game simulation
falling-blocks Tetris-style blocks
missile-command Missile defense game
bouncing-logo DVD-style bouncing text

External service integrations.

Panel Description
proxmox-summary Proxmox cluster overview
proxmox-vms Proxmox VM/container list

Using Panels

Display a Panel

lcdpossible show cpu-info

Display Multiple Panels (Slideshow)

lcdpossible show cpu-info,gpu-info,ram-info

Use Wildcards

lcdpossible show cpu-*        # All CPU panels
lcdpossible show *-graphic    # All graphic panels

Apply Modifiers

# With effect
lcdpossible show "cpu-info|@effect=matrix-rain"

# With theme
lcdpossible show "cpu-info|@theme=rgb-gaming"

# With duration (seconds)
lcdpossible show "cpu-info|@duration=30"

Panel Help

Get detailed help for any panel:

lcdpossible help-panel proxmox-summary

Back to Documentation