Skip to content

amazingfate/h88k-qt-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple panel app for 240x135 LCD on H88K written by Qt

panel

Features

  • CPU temperature display
  • IP address display
  • Date time display
  • Only display on a 240x135 screen

Build

Build commands

git clone https://github.com/amazingfate/h88k-qt-panel && cd h88k-qt-panel
mkdir build && cd build
cmake ..
cmake --build .

Then you have binary h88k-qt-panel at build dir.

Tips

You may need to install some qt deps before running cmake ..

Autostart

Set a autologin wayland session, such as gnome

Create a desktop entry file at ~/.config/autostart/qt-panel.desktop

[Desktop Entry]
Name=H88K QT Panel
Exec=env QT_QPA_PLATFORM=wayland /path/to/h88k-qt-panel
Terminal=false
Type=Application
Categories=Utility;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published