Menu

PC Setup

MeduZaPaT

Setting up on a full PC system

I will try to do a step-by-step guide on how to setup from scratch the program.

If you already have ledspicer installed, jump to step X.

Installing the program.

Installing from a deb package.

Todo.

Compiling from source

# Get needed dependencies.
sudo apt install build-essential libtinyxml2-dev libusb-1.0-0-dev libpulse-dev git

Get source code.

Use git or extract the tar.gz:
lasted

Compile.

cd LEDSpicer #(or whatever the directory name is)

./autogen.sh

# here you need to select what device(s) and options you want to use, add this to the end (I have a pacled64 and a Ultimate):
# --enable-nanoled for ultimarc nanoled
# --enable-pacdrive for ultimarc packdrive
# --enable-pacled64 for ultimarc pacled64
# --enable-ultimateio for ultimarc ultimate IO
# --enable-ledwiz32 for GGG ledwiz32
./configure --prefix=/usr --sysconfdir=/etc CXXFLAGS='-g0 -O3' --enable-samples --enable-pacled64 --enable-ultimateio
make
sudo make install

Editing main configuration

sudo nano /etc/ledspicer.conf

In here add your device(s) configuration, check the Configuration section for more details, and the configuratios for examples.

The program came with a sample profile and a sample animation, to learn more about how to create your own read Animations and Profiles sections, also check the profiles examples and animations examples.


Related

Wiki: Animations
Wiki: Configuration
Wiki: Profiles

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.