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

Possible to use OLED screen to show layers? #49

Closed
corbob opened this issue Jul 4, 2024 · 2 comments
Closed

Possible to use OLED screen to show layers? #49

corbob opened this issue Jul 4, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on
Milestone

Comments

@corbob
Copy link

corbob commented Jul 4, 2024

I've ordered all the pieces for building my own cheapino, and while I wait, I've been thinking of what I have extra, and what I find helpful about my current ergodox. One such thing is a visual indicator of what layer I'm currently on. I currently have an OLED display that I've used with a Pi Pico 2040. Looking at the suggested MCU, it looks like the pins along the bottom include those that would be required to drive the OLED display. As such, I'm curious if anyone has suggestions for using an OLED display with this setup.

@tompi
Copy link
Owner

tompi commented Jul 5, 2024

Hi! There is enough free pins to drive an OLED, the problem is more mechanical, there are no through holes to mount it in...

If you make(3D print?) some sort of holder, that you can attach, maybe screw it in place using the pcb mounting holes, wiring it should not be a problem. This would only work for the left side though, since the right side does not have an MCU...

Another solution is using the RP2040-Zero onboard led to indicate layer. There is code for this in the firmware, but I commented it out since I just found it annoying ;) I know at least one other person using this.

Ill keep this issue and make some through holes for a (o)led for version 3.

Oh, and one other thing: the rj45 socket is quite tall, so mounting it on top of it will look strange... Hmm, this might be difficult unless there is a small oled, maybe like 2x3 cm...

@tompi tompi self-assigned this Jul 5, 2024
@tompi tompi added the enhancement New feature or request label Jul 5, 2024
@tompi tompi added this to the v3 milestone Jul 5, 2024
@tompi
Copy link
Owner

tompi commented Aug 19, 2024

Sorry, I think this is gonna be difficult with the std oleds because of the height of the rj45 socket.

@tompi tompi closed this as completed Aug 19, 2024
@tompi tompi added the wontfix This will not be worked on label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants