chill wrote: 
> INSTALLATION INSTRUCTIONS AS OF 5 MAY 2020, UPDATED TO INCLUDE PAUL'S
> DISPLAY OVERLAY AND A WARNING ABOUT UPDATED VERSIONS OF THE PIRATE AUDIO
> BOARDS:
> 
> That's it.  The three main functions - display, buttons, sound output -
> should all now work.

Thanks, very useful and clear instructions. :) Although I was a bit
disappointed that Pimoroni does not provide this: Their instructions on
setting up this card to be running as a server seems a bit silly to me,
since the card is clearly designed to be used on a Pi Zero. Using PcP
for this makes much more sense to me. 

It all worked smoothly for me, thanks to these instructions, except for
the button part. I got three buttons working, by simply adding this to
config.txt:

Code:
--------------------
    #---Begin-Custom-(Do not alter Begin or End Tags)-----
  dtoverlay=st7789v-spi
  gpio=25=op,dh
  dtoverlay=gpio-key,gpio=5,keycode=16 # KEY_q power
  dtoverlay=gpio-key,gpio=6,keycode=57 # KEY_SPACE play-pause
  dtoverlay=gpio-key,gpio=16,keycode=48 # KEY_b jump-forward
  #---End-Custom----------------------------------------
  
--------------------
 
But when I add pin 20 for the Y button, the sound stops working. And
when I add pin 24 in stead, the sound works, but the Y button still
doesn't. 

I use it now (with three buttons) streaming Airplay, which integrates
perfectly in the home system.


------------------------------------------------------------------------
jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to