Skip to content

pdp7/kicad-teensy-epaper

Repository files navigation

E-Paper Badge with Teensy LC designed in KiCad

E-Paper badge designed in KiCad to connect Pervasive Displays 2.15" E-Paper to Teensy LC. (Teensy 3.2 is also compatible). Based Teensy E-Paper Shield by Jarek Lupinski in EAGLE.

Photo of E-Paper Display Additional Photo of E-Paper Display

OSH Park shared project

Preview of PCB top side

KiCad PCB design files

Bill of Materials (BoM)

Digi-Key shopping cart

Battery Power

Source Code

  • uses EPD215 Arduino Library by Jarek Lupinski for his E-paper Teensy Shield
  • requires pinout modification:
  • rotation hack in EPD215.cpp
    • text and graphics wil be upside down without this
    • quick hack to set rotation based on Adafruit documentation:
    • Landscape mode:
      • _rotation = 1
    • Portrait mode:
      • _rotation = 2
    • I don't use this for the examples program that just display bitmaps as I just flip the image before generating the byte array from the bitmap file

TODO: library should be modified to accept rotation parameter

Photos

Video

Related: Jarek's ePaper Teensy shield

About

E-Paper Badge with Teensy LC designed in KiCad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages