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

display_nice_view has nets swapped when reversible is false #32

Open
Grazfather opened this issue Jun 10, 2024 · 3 comments
Open

display_nice_view has nets swapped when reversible is false #32

Grazfather opened this issue Jun 10, 2024 · 3 comments

Comments

@Grazfather
Copy link
Contributor

     oled:
         what: ceoloide/display_nice_view
         params:
           VCC: VCC
           MOSI: OLED_MOSI
           CS: OLED_SS
           SCK: OLED_SCK
           include_silkscreen: true
Notification_Center
@hackrmomo
Copy link

The silkscreen legend is correct if I'm not mistaken according to this:
image

You should be able to temporarily circumvent this by doing

params:
  MOSI: CS
  SCK: GND
  VCC: VCC # no actual change needed
  GND: SCK
  CS: MOSI

@Grazfather
Copy link
Contributor Author

Yep, unfortunately I didn't notice until after I had my pcb made! But I was able to use it by rotating the display.

@ceoloide
Copy link
Owner

Sorry, I haven't yet tested single-side footprints that much, and I missed these kind of things. Will slowly test everything and fix it!

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

3 participants