permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 4859fa995a7be83c11a3e7b587708d8acc9a8893
parent 8181c7131d969ac16092b908087e2c7d04b3468d
Author: smeeb <smeeb@web>
Date:   Fri, 22 May 2026 15:05:23 +0200


Diffstat:
Munbrick01.mdwn | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -195,3 +195,13 @@ python touch2pd.py If you touch the touchscreen, you should see `x` and `y` coordinates in the shell. These coordinates are being send on `localhost` to port `1337` +## pd + +Now to receive the send touch coordinates, run the example pd patch in the shell + +```bash +cd ~/unbrick01/pd/patch/unstable +pd -nogui -stderr phone_test.pd +``` + +touch the touchscreen and you should see the coordinates printed in the shell and you should hear sound, but `--- no soundcards ---` (yet)