Don't do I need some GPIO pins for the audio?
Collecting information on alternative displays - please contribute
Re: Collecting information on alternative displays - please contribute
- KonnorJ
- Posts: 385
- Joined: Thu Jan 11, 2018 1:23 am
- Location: United Kingdom
- Has thanked: 58 times
- Been thanked: 109 times
- Contact:
Re: Collecting information on alternative displays - please contribute
Yes, for pwm or i2s, don't see how that's related here.
- bentresearch
- Posts: 9
- Joined: Tue Dec 11, 2018 2:38 am
- Has thanked: 16 times
Re: Collecting information on alternative displays - please contribute
I got three of those todayhighfiveconnoisseur wrote: ↑Tue Sep 04, 2018 5:51 pmI got my BW screen today... Didn't even look at the box before I opened the case. I don't think I will be able to use it on my upcoming gameboy zero build, since they sent me what looks like the 5" version. Does anyone have experience with this screen?
MVIMG_20180904_163648.jpg
MVIMG_20180904_163704.jpg
MVIMG_20180904_164041.jpg



So mad at Amazon. If you look at the label on the box it says 3.5” but the box itself lists sizes 3.5-5” super sucky situation.
- Robochris
- Posts: 310
- Joined: Thu Feb 16, 2017 7:49 am
- Location: Ohio
- Has thanked: 82 times
- Been thanked: 41 times
Re: Collecting information on alternative displays - please contribute
Looking to wire up a screen like this one -
https://s.click.aliexpress.com/e/bRyCEHVQ
This is the same screen that is being used in the pocket Pi FE. I just want to use it without any aio board.
I guess I need a breakout or driver board?
Advice? Resources?
Everything I seem to find is referring to the ILI9341.
Thanks!
https://s.click.aliexpress.com/e/bRyCEHVQ
This is the same screen that is being used in the pocket Pi FE. I just want to use it without any aio board.
I guess I need a breakout or driver board?
Advice? Resources?
Everything I seem to find is referring to the ILI9341.
Thanks!
"What a horrible night to have a curse."
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
- KonnorJ
- Posts: 385
- Joined: Thu Jan 11, 2018 1:23 am
- Location: United Kingdom
- Has thanked: 58 times
- Been thanked: 109 times
- Contact:
Re: Collecting information on alternative displays - please contribute
Hey you are in luck, I have a breakout for this LCD on my GitHub.Robochris wrote: ↑Mon Jan 21, 2019 2:35 pmLooking to wire up a screen like this one -
https://s.click.aliexpress.com/e/bRyCEHVQ
This is the same screen that is being used in the pocket Pi FE. I just want to use it without any aio board.
I guess I need a breakout or driver board?
Advice? Resources?
Everything I seem to find is referring to the ILI9341.
Thanks!
https://github.com/KonnorJ/ILI9342-Breakout
- Robochris
- Posts: 310
- Joined: Thu Feb 16, 2017 7:49 am
- Location: Ohio
- Has thanked: 82 times
- Been thanked: 41 times
Re: Collecting information on alternative displays - please contribute
Amazing. Thank you!KonnorJ wrote: ↑Sat Jan 26, 2019 4:26 pmHey you are in luck, I have a breakout for this LCD on my GitHub.Robochris wrote: ↑Mon Jan 21, 2019 2:35 pmLooking to wire up a screen like this one -
https://s.click.aliexpress.com/e/bRyCEHVQ
This is the same screen that is being used in the pocket Pi FE. I just want to use it without any aio board.
I guess I need a breakout or driver board?
Advice? Resources?
Everything I seem to find is referring to the ILI9341.
Thanks!
https://github.com/KonnorJ/ILI9342-Breakout
"What a horrible night to have a curse."
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
VMU viewtopic.php?f=62&t=7623
Gbz1 viewtopic.php?f=43&t=2853
Gbz2 viewtopic.php?f=43&t=3174
Gbz3 viewtopic.php?f=43&t=6095&p=62287#p62287
Mintypi viewtopic.php?f=32&t=3580
PocketPi viewtopic.php?f=43&t=8643
Re: Collecting information on alternative displays - please contribute
Hi all,
I don´t know if this is the right thread (please move if not), but I wanted to share what can become a very long term project of mine.
I´ve been always attracted by the idea of building a GBZ pocket myself, but when I look at the screens, they either have the wrong aspect ratio, or the resulting image size is too small when doing pixel perfect scaling (compared with the original GB screens). But, inspired by this RetroBerry project https://www.youtube.com/watch?v=BD4VzQpUiqg, I took a look at the square screens from Blackberry, and found the Q10 has a 720x720 screen that gives the same size of the GBP when scaling 3x

One of my first ideas was to fit a whole Q10 inside a GBP shell (keyboard almost matches the buttons required for DMG/GBC color)

But the problem is that the software support is a bit lacking (BB10 + Retroarch is already a bit outdated).
So, next thing could be to either connect the Q10 screen to the original GBC hardware (seriously), or better yet, connect it to the Pi Zero (also seriously).
As said before, this can turn into a very long term project of mine, and maybe Nintendo comes with a GB Classic in the meantime, but I'm decided to learn everything required.
I don´t know if this is the right thread (please move if not), but I wanted to share what can become a very long term project of mine.
I´ve been always attracted by the idea of building a GBZ pocket myself, but when I look at the screens, they either have the wrong aspect ratio, or the resulting image size is too small when doing pixel perfect scaling (compared with the original GB screens). But, inspired by this RetroBerry project https://www.youtube.com/watch?v=BD4VzQpUiqg, I took a look at the square screens from Blackberry, and found the Q10 has a 720x720 screen that gives the same size of the GBP when scaling 3x

One of my first ideas was to fit a whole Q10 inside a GBP shell (keyboard almost matches the buttons required for DMG/GBC color)

But the problem is that the software support is a bit lacking (BB10 + Retroarch is already a bit outdated).
So, next thing could be to either connect the Q10 screen to the original GBC hardware (seriously), or better yet, connect it to the Pi Zero (also seriously).
As said before, this can turn into a very long term project of mine, and maybe Nintendo comes with a GB Classic in the meantime, but I'm decided to learn everything required.
-
- Posts: 47
- Joined: Tue Nov 21, 2017 4:50 am
- Has thanked: 8 times
- Been thanked: 32 times
Re: Collecting information on alternative displays - please contribute
here´s another great hdmi display which can be found on ali express....
https://de.aliexpress.com/item/3-5-zoll ... 2d7bd9aa0d
It fit´s perfect in the original DMG01 case. It runs at 5V, so no mod is needed.
https://de.aliexpress.com/item/3-5-zoll ... 2d7bd9aa0d
It fit´s perfect in the original DMG01 case. It runs at 5V, so no mod is needed.
Re: Collecting information on alternative displays - please contribute
Hi everybody!!
I'm new here (and my english is not very good...), I was reading al this thread but I haven't find info about my lcd screen chip. I put some pictures if someone can help me to change this 12v to 5v for a raspberry zero.
Thanks a lot!! Its a very good and helpfull thread
If you need more photos or info, I'll share them.
I'm new here (and my english is not very good...), I was reading al this thread but I haven't find info about my lcd screen chip. I put some pictures if someone can help me to change this 12v to 5v for a raspberry zero.
Thanks a lot!! Its a very good and helpfull thread

If you need more photos or info, I'll share them.
- Attachments
-
- photo_2019-06-29_12-05-12.jpg (214.71 KiB) Viewed 21567 times
-
- photo_2019-06-29_12-05-09.jpg (161.8 KiB) Viewed 21567 times
-
- photo_2019-06-29_12-05-03.jpg (156.2 KiB) Viewed 21567 times
-
- Posts: 226
- Joined: Tue Jan 31, 2017 11:06 am
- Location: Tianjin / China
- Has thanked: 25 times
- Been thanked: 53 times
Re: Collecting information on alternative displays - please contribute
One way could be:
-power the board by 12V.
-measure on which inductor you get 5V to ground.
-one this point you inject your 5V finally.
-power the board by 12V.
-measure on which inductor you get 5V to ground.
-one this point you inject your 5V finally.
Who is online
Users browsing this forum: No registered users and 1 guest