├── ED060SC4.c ├── ED060SC4.h ├── LICENSE ├── PCB Design ├── breakout.brd └── breakout.sch ├── README.md ├── SEPTA_E-Ink.jpg ├── TPS65185.c ├── adaptor_board_back.jpg ├── fonts ├── arial150.h ├── arial40all.h ├── arial40every.h ├── arial50all.h ├── arial60.h ├── arial60all.h └── arial75.h ├── ietf.h ├── pcb.jpg ├── screendriver.c └── septa.h /ED060SC4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/ED060SC4.c -------------------------------------------------------------------------------- /ED060SC4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/ED060SC4.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/LICENSE -------------------------------------------------------------------------------- /PCB Design/breakout.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/PCB Design/breakout.brd -------------------------------------------------------------------------------- /PCB Design/breakout.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/PCB Design/breakout.sch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/README.md -------------------------------------------------------------------------------- /SEPTA_E-Ink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/SEPTA_E-Ink.jpg -------------------------------------------------------------------------------- /TPS65185.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/TPS65185.c -------------------------------------------------------------------------------- /adaptor_board_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/adaptor_board_back.jpg -------------------------------------------------------------------------------- /fonts/arial150.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial150.h -------------------------------------------------------------------------------- /fonts/arial40all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial40all.h -------------------------------------------------------------------------------- /fonts/arial40every.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial40every.h -------------------------------------------------------------------------------- /fonts/arial50all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial50all.h -------------------------------------------------------------------------------- /fonts/arial60.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial60.h -------------------------------------------------------------------------------- /fonts/arial60all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial60all.h -------------------------------------------------------------------------------- /fonts/arial75.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/fonts/arial75.h -------------------------------------------------------------------------------- /ietf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/ietf.h -------------------------------------------------------------------------------- /pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/pcb.jpg -------------------------------------------------------------------------------- /screendriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/screendriver.c -------------------------------------------------------------------------------- /septa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThreadedThinking/EInk-Street-Sign/HEAD/septa.h --------------------------------------------------------------------------------