Skip to content

Simple Qt app to generate 3-bit color resource for Full Color P10 RGB LED Display Modules

License

Notifications You must be signed in to change notification settings

kienvo/p10-frame-maker

Repository files navigation

P10 Frame Maker

Simple GUI app to generate 3-bit color resource for Full Color P10 RGB LED Display Modules.

P10 Frame Maker Demo

Installation

Ubuntu/Debian build from source code

Install toolchain, make sure build-essential, qt5-default, libsfml-dev were installed. Or install them by:

# apt-get install build-essential qt5-default libsfml-dev git

Clone the source code:

$ git clone https://github.com/kienvo/p10-frame-maker.git

Or clone a release tag:

$ git clone --depth=1 --branch=<tag-name> https://github.com/kienvo/p10-frame-maker.git

Then change directory to p10-frame-maker

$ cd p10-frame-maker
$ qmake 
$ make

If make success, a file name p10-frame-maker.elf will be created. Execute it by:

./p10-frame-make.elf

Windows

There are pre-build packages for Windows, built on Mingw. Just download it, unzip and run p10-frame-maker.elf.exe

License

This work is published under LGPLv3 License.

About

Simple Qt app to generate 3-bit color resource for Full Color P10 RGB LED Display Modules

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published