rottaca / LEDTableEngine

This repository contains a c++ implementation of a control engine for LED Matrix tables. It also contains a simulation environment for desktop computers..
https://www.youtube.com/watch?v=Z7gvpGvGYsc
Apache License 2.0
58 stars 5 forks source link

Code does not compile if i2c tools are not installed #13

Closed rottaca closed 6 years ago

rottaca commented 6 years ago

If Ubuntu is used, the compilation fails because i2c tools in not installed for developing.

rottaca commented 6 years ago

It requires libi2c-dev to be installed.