Push2Pong is the Pong game implemented in Rust for the Ableton Push2.
Ableton Push2 is a MIDI instrument with a 960x160 RGB LCD display. Push2 is a USB composite device with a MIDI interface and a generic bulk data interface used to drive the display.
```bash git clone https://github.com/mbracher/push2pong cd push2display cargo install push2_pong
push2pong
or
bash
git clone https://github.com/mbracher/push2pong
cd push2_display
cargo run
```
Ableton Push2 Embedded graphics display driver
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.