From 8a17ef387236be95b741d8da6388e885e145c57d Mon Sep 17 00:00:00 2001 From: Brody Nielsen Date: Thu, 15 Jan 2026 18:32:34 -0700 Subject: [PATCH] Fix #29: Add Rust display driver to See also section Add link to push2_display crate on crates.io as mentioned in issue #29. This provides a Rust implementation for the Push 2 display interface. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b08876..6bb4351 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Please add an [issue](https://github.com/Ableton/push-interface/issues) with you * https://github.com/garrensmith/abletonpush * https://github.com/wookay/PushInterface.jl * https://github.com/ffont/push2-python +* https://crates.io/crates/push2_display (Rust display driver) Please Note: The external links are being provided as a convenience and for informational purposes only. They do not constitute an endorsement or an approval by the Ableton of any of the linked contents. Ableton bears no responsibility for the accuracy, legality or the content of the referred site or for that of subsequent links.