Search found 5 matches

by tindalos
Thu Jun 15, 2017 12:53 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

muniosi wrote:
Thu Jun 15, 2017 12:50 pm
tindalos wrote:
Thu Jun 15, 2017 12:29 pm
I received mine in the US today!
Signed or unsigned?
Unsigned
by tindalos
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

JustPlainBill wrote:
Thu Jun 15, 2017 12:34 pm
OMG! Where are you? I can't wait to check my mailbox!
I'm in NY
by tindalos
Thu Jun 15, 2017 12:29 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 received mine in the US today!
by tindalos
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:

Code: Select all

dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4
That will reconfigure pins 13 and 18 (the same pins used by adafruits method) at boot without any external tools.
by tindalos
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