LEDTableEngine icon indicating copy to clipboard operation
LEDTableEngine copied to clipboard

This repository contains a c++ implementation of a control engine for LED Matrix tables. It also contains a simulation environment for desktop computers..

Results 9 LEDTableEngine issues
Sort by recently updated
recently updated
newest added

Support for prebuilt RGB LED panels that utilise the [https://github.com/hzeller/rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix) libary would be great.

enhancement

E.g. use a dedicated library or implement a simple text-based settings saver

enhancement

Or add a transmitter module between the i2c extender and the rpi. Shouldn't be too hard and does not require software changes.

enhancement

Two possibilities: - Hard coded in configuration.hpp - Dynamic for each app: The getters for width and height have to know the current orientation. Should be part of the currently...

enhancement

Implement mechanism, to disable certain applications if the provided display size is too small to render a meaningful picture. e.g. the chess field.

bug
enhancement