ok! i soldered everything together and bela is happily switching the reset and +12v lines at the right time.
so my display is playing nicely, showing me the animation and welcome message i put in the render.cpp.
now to get this running in the background, with Pd on top.
since in the end i'm not using config-pin at all, but just addressing the pins through the Gpio class at setup, i guess i need to take some steps back in terms of what script the service file runs (see post #60).
this is what i had:
#!/bin/bash
config-pin p2.5 output
config-pin p2.7 output
/root/Bela/projects/1309_Display/1309_Display
i'm guessing i can/should lose the config-pin lines, since the pins are Gpio anyway and i'm setting them at the start of the 1309_Display render file.
after that, create/doublecheck the service file as before, enable service, etc?