ceoloide / ergogen-footprints

Ergogen v4 footprints
MIT License
40 stars 10 forks source link

display_nice_view has nets swapped when reversible is false #32

Open Grazfather opened 5 months ago

Grazfather commented 5 months ago
     oled:
         what: ceoloide/display_nice_view
         params:
           VCC: VCC
           MOSI: OLED_MOSI
           CS: OLED_SS
           SCK: OLED_SCK
           include_silkscreen: true
Notification_Center
hackrmomo commented 3 months ago

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 commented 1 month ago

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 commented 2 weeks ago

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!