Search found 12 matches

by Crashdummy
Tue Jan 23, 2018 8:34 am
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 520077

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

I need help. I keep getting double sometimes triple presses of any of my buttons and my analogue stick only registers the y axis Are you sure your soldering is good enough ? As for double/tripple presses: Regarding Softwareproblems you can either use another joystick-Library ( more difficult ), but...
by Crashdummy
Fri Jan 19, 2018 4:56 am
Forum: Support (Game Boy Zero)
Topic: New Gearbest LCD, screen spill and overscan issues.
Replies: 6
Views: 4393

Re: New Gearbest LCD, screen spill and overscan issues.

Just to be safe: You did Remove the '#' before these lines? I am using this screen as well and got the Bars completely removed with these settings: overscan_left=-16 overscan_right=-23 overscan_top=-18 overscan_bottom=-22 ( Well will most certainly differ from yours, yet notice the '-' as you need s...
by Crashdummy
Thu Jan 18, 2018 2:22 am
Forum: Support (Game Boy Zero)
Topic: pro micro problems
Replies: 3
Views: 3603

Re: pro micro problems

I actually had a lot more Problems with the programming of the Arduino.
They were all ( more or less ) resolved by using another library:
https://github.com/MHeironimus/ArduinoJoystickLibrary

That one appears to work best for me :)
by Crashdummy
Mon Jan 01, 2018 11:52 pm
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 520077

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

I had to us A2 and A3 to get it to work. Thanks for the reply :-) I ended up using A1 and A2 as well, but the main problem was the code itself ( I guess something with my PSP stick went wrong ) I ended up rewriting the code Can you post what you changed? Might help someone else! I don't think it wi...
by Crashdummy
Thu Dec 21, 2017 8:06 am
Forum: Support (Game Boy Zero)
Topic: Audiowiring: PAM8403, Speaker, Stereojack, RPI3
Replies: 6
Views: 6906

Re: Audiowiring: PAM8403, Speaker, Stereojack, RPI3

Oh okay Thanks for your help :) Are you sure about that wiring ? I may have used another Poti. I "destroyed" it, to see how it works and it looks like this: MyPoti.png However in the Link you Posted they placed the Pot after the Pam8403: ( My setting is Pi -> Pot -> Jack | -> Pam8403 -> Speaker ) Co...
by Crashdummy
Thu Dec 21, 2017 6:50 am
Forum: Support (Game Boy Zero)
Topic: Audiowiring: PAM8403, Speaker, Stereojack, RPI3
Replies: 6
Views: 6906

Re: Audiowiring: PAM8403, Speaker, Stereojack, RPI3

I couldn't find any Wiring for this scope ( Audiojack with wire to PAM8403 ShutdownPin ).
That's why I created this Thread in the first place, as I can't get it to Work with the Instruction from Sotas Project
by Crashdummy
Wed Dec 20, 2017 2:47 am
Forum: Support (Game Boy Zero)
Topic: Audiowiring: PAM8403, Speaker, Stereojack, RPI3
Replies: 6
Views: 6906

Audiowiring: PAM8403, Speaker, Stereojack, RPI3

Hey There :) I hope it is correct to create a new Thread. I saw a lot threads of Wiring but none of them could help me any further. I'm doing a somehow similiar Build like Sotas. ( http://sudomod.com/forum/viewtopic.php?f=43&t=1615&start=20 ) I am using the same parts and ( for that concern ) did th...
by Crashdummy
Mon Dec 18, 2017 9:32 am
Forum: Show-off Corner (Game Boy Zero)
Topic: Sota's Game Pi 3 / Raspberry Boy 3 [Raspberry Pi 3 Game Boy] (Completed!)
Replies: 90
Views: 138177

Re: Sota's Game Pi 3 / Raspberry Boy 3 [Raspberry Pi 3 Game Boy] (Completed!)

Hey Sota :)
Can you give me the exact wiring of your Sound ??
Because my Sound won't work ( even without the Poti )
by Crashdummy
Tue Dec 12, 2017 12:13 am
Forum: Guides
Topic: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)
Replies: 99
Views: 520077

Re: [NEW VERSION] Sota's 14 buttons + optional up to 2 analog sticks guide for a Leonardo Pro Micro (Teensy alternative)

goosewerks wrote:
Sat Dec 09, 2017 4:15 pm
I had to us A2 and A3 to get it to work.
Thanks for the reply :-)
I ended up using A1 and A2 as well,
but the main problem was the code itself ( I guess something with my PSP stick went wrong )
I ended up rewriting the code
by Crashdummy
Thu Dec 07, 2017 12:08 am
Forum: Show-off Corner (Game Boy Zero)
Topic: Bug's first Pi 3 Gameboy (No AIO)
Replies: 24
Views: 18255

Re: Bug's first Pi 3 Gameboy (No AIO)

So you followed the same guide ??
- Variable is set to 1 and mapping to A0 and A2
- tryed 1.0.5r2 in Windows, and latest IDE in both Linux and Windows
- The Wiring is right ( did some measuring )

:-(