Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting project #15

Open
Gstricklin86 opened this issue Jul 29, 2023 · 9 comments
Open

Attempting project #15

Gstricklin86 opened this issue Jul 29, 2023 · 9 comments

Comments

@Gstricklin86
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I was just wondering if a wiring diagram would be possible for a Raspberry Pico RP2040 and this screen
( http://www.hiletgo.com/ProductDetail/2157359.html )?

Describe the solution you'd like
A clear and concise description of what you want to happen.

To know if this screen is a useable option

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Buying the screen suggested, it's just more expensive.

Additional context
Add any other context or screenshots about the feature request here.

@Breazile
Copy link
Owner

That display would not work because it uses an I2C interface. You would want one with a SPI interface. Here are some options:

(Seems narrow, but could work) - http://www.hiletgo.com/ProductDetail/2157364.html

This one will work if you can source it (beskar) - https://www.waveshare.com/product/displays/lcd-oled/lcd-oled-3/1.3inch-lcd-module.htm

This one will also work (pre-beskar) - https://www.waveshare.com/product/displays/lcd-oled/lcd-oled-3/1.14inch-lcd-module.htm

@Gstricklin86
Copy link
Author

Thank you so much Breazile! I was able to get the Waveshare 1.3in LCD display you linked for the beskar version. Would you happen to have a wiring diagram for that screen?

@Breazile
Copy link
Owner

Same as the Beskar LCD wiring on my page here: https://github.com/Breazile/MandoPuter

Signals are the same, and here is how you map the names compared to the Adafruit LCD

VCC = VIN
GND = GND
DIN = SI
CLK = SCK
CS = TCS
DC = D/C
RST = RST
BL = Lite

@Gstricklin86
Copy link
Author

Thanks again, you're the best!

@Gstricklin86
Copy link
Author

I was able to get it working, thanks again! One more question regarding the Mandoputer, on this display it has the same ports on the top and bottom. I used the included wiring harness that connects to the bottom, but the top row make it just a little too tall to fit properly into the Great Ape bracer. Is it possible to cut off the top row of ports?

@Breazile
Copy link
Owner

Glad it worked.

I have not tried it, but it does not look like it would affect it. I would be careful not to cut too close to the flex cable.

@Gstricklin86
Copy link
Author

Ok, I'll give it a shot and see how it goes. I can always just get a new screen if it's not successful. I appreciate the help. You haven't, by chance, started any work on a Whistling Bird project, have you? That's my next project.

@Breazile
Copy link
Owner

I started it, but then had other things going on. I have the Amban rifle to finish, and I'll probably revisit the birds this Fall when I work on my Mando setup some more.

Good luck with the display.

@Gstricklin86
Copy link
Author

I figured out parts of it, but couldn't get it to work together like I wanted. Display worked like a charm! I carefully cut the top off with a dremel, (thankfully the board is already separated along the ribbon cable) I powered it up, and it's perfect.

Thanks again for all your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants