├── LICENSE ├── README.md ├── arduino ├── LICENSE └── serialmatrix.ino ├── controller └── WiFiClient_esp.ino ├── dxf ├── backplane.dxf ├── long_side.dxf ├── long_side_border.dxf ├── overview.png ├── short_sid_bottom.dxf ├── short_sid_nose.dxf ├── short_side.dxf └── short_side_top.dxf └── python ├── LICENSE ├── controller_sim.py ├── games_pi.py ├── pi_only ├── LICENSE ├── games_pi_only.py ├── pi.bmp ├── select.bmp └── shutdown.bmp └── test_gamepad.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/README.md -------------------------------------------------------------------------------- /arduino/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/arduino/LICENSE -------------------------------------------------------------------------------- /arduino/serialmatrix.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/arduino/serialmatrix.ino -------------------------------------------------------------------------------- /controller/WiFiClient_esp.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/controller/WiFiClient_esp.ino -------------------------------------------------------------------------------- /dxf/backplane.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/backplane.dxf -------------------------------------------------------------------------------- /dxf/long_side.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/long_side.dxf -------------------------------------------------------------------------------- /dxf/long_side_border.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/long_side_border.dxf -------------------------------------------------------------------------------- /dxf/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/overview.png -------------------------------------------------------------------------------- /dxf/short_sid_bottom.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/short_sid_bottom.dxf -------------------------------------------------------------------------------- /dxf/short_sid_nose.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/short_sid_nose.dxf -------------------------------------------------------------------------------- /dxf/short_side.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/short_side.dxf -------------------------------------------------------------------------------- /dxf/short_side_top.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/dxf/short_side_top.dxf -------------------------------------------------------------------------------- /python/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/LICENSE -------------------------------------------------------------------------------- /python/controller_sim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/controller_sim.py -------------------------------------------------------------------------------- /python/games_pi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/games_pi.py -------------------------------------------------------------------------------- /python/pi_only/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/pi_only/LICENSE -------------------------------------------------------------------------------- /python/pi_only/games_pi_only.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/pi_only/games_pi_only.py -------------------------------------------------------------------------------- /python/pi_only/pi.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/pi_only/pi.bmp -------------------------------------------------------------------------------- /python/pi_only/select.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/pi_only/select.bmp -------------------------------------------------------------------------------- /python/pi_only/shutdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/pi_only/shutdown.bmp -------------------------------------------------------------------------------- /python/test_gamepad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makeTVee/ledmatrix/HEAD/python/test_gamepad.py --------------------------------------------------------------------------------