Unsigned
Search found 5 matches
- Thu Jun 15, 2017 12:53 pm
- Forum: For Sale/Trade
- Topic: [OUT OF STOCK] Custom GBZ lipo battery pack
- Replies: 938
- Views: 1073666
- Thu Jun 15, 2017 12:42 pm
- Forum: For Sale/Trade
- Topic: [OUT OF STOCK] Custom GBZ lipo battery pack
- Replies: 938
- Views: 1073666
Re: [PREORDER] Custom GBZ lipo battery pack
I'm in NYJustPlainBill wrote: ↑Thu Jun 15, 2017 12:34 pmOMG! Where are you? I can't wait to check my mailbox!
- Thu Jun 15, 2017 12:29 pm
- Forum: For Sale/Trade
- Topic: [OUT OF STOCK] Custom GBZ lipo battery pack
- Replies: 938
- Views: 1073666
- Sun May 29, 2016 5:49 pm
- Forum: General Chat (Game Boy Zero)
- Topic: Assigning Audio
- Replies: 2
- Views: 3398
Re: Assigning Audio
I've been using a much simpler method then adafruits for setting up PWM audio, just add this line to your /boot/config.txt:
That will reconfigure pins 13 and 18 (the same pins used by adafruits method) at boot without any external tools.
Code: Select all
dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4
- Tue May 24, 2016 9:29 pm
- Forum: General Chat (Game Boy Zero)
- Topic: Automatically set GPIO 18 to PWM on boot
- Replies: 6
- Views: 7971
Re: Automatically set GPIO 18 to PWM on boot
You can also reconfigure the gpio pins via your /boot/config.txt. Add the following line then reboot and everything should be good:
Code: Select all
dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4