hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.67k stars 1.17k forks source link

i cant figure out how the c++ api works #1466

Closed hannescam closed 2 years ago

hannescam commented 2 years ago

please help with printing text from the c++ api

hzeller commented 2 years ago

Did you go through the examples ? What part is problematic ?

hannescam commented 2 years ago

yes i figured it out and made something work based of the clock example compile on the pi with g++ clock.txt -o test.o -Wall -O3 -g -Wextra -Wno-unused-parameter -I. -c && g++ test.o -o test -L ../lib/ -l rgbmatrix -lrt -lm -lpthread: clock.txt