LEDTableEngine
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..
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.
E.g. use a dedicated library or implement a simple text-based settings saver
Or add a transmitter module between the i2c extender and the rpi. Shouldn't be too hard and does not require software changes.
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...
Implement mechanism, to disable certain applications if the provided display size is too small to render a meaningful picture. e.g. the chess field.