Simple GUI app to generate 3-bit color resource for Full Color P10 RGB LED Display Modules.
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 gitClone the source code:
$ git clone https://github.com/kienvo/p10-frame-maker.gitOr clone a release tag:
$ git clone --depth=1 --branch=<tag-name> https://github.com/kienvo/p10-frame-maker.gitThen change directory to p10-frame-maker
$ cd p10-frame-maker
$ qmake
$ makeIf make success, a file name p10-frame-maker.elf will be created. Execute it by:
./p10-frame-make.elfThere are pre-build packages for Windows, built on Mingw. Just download it, unzip and run p10-frame-maker.elf.exe
This work is published under LGPLv3 License.
