Skip to content
/ display Public

A little display to show off

License

Notifications You must be signed in to change notification settings

nelbok/display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxxy Soft Display

Display screenshot

About

A little project to show off

Features

Requirements

  • CMake 3.27+
  • C++ 17
  • Qt6 Quick

Compilation

  • cmake -B build
  • cmake --build build

If you need to specify Qt location, add this to the first call of CMake: -D "CMAKE_PREFIX_PATH=Path to Qt"