├── EPD215.cpp ├── EPD215.h ├── LICENSE ├── README.md ├── README.txt ├── examples ├── EpaperPictureDisplay │ └── EpaperPictureDisplay.ino ├── EpaperQuoteDisplay │ ├── EpaperQuoteDisplay.ino │ └── quotes.h └── EpaperTeensyTemperatureDisplay │ └── EpaperTeensyTemperatureDisplay.ino ├── font.h ├── hardware ├── EpaperTeensyBoard.brd ├── EpaperTeensyBoard.sch ├── EpaperTeensyBoardSchematic.pdf ├── EpaperTeensyBoardSchematic.png └── assets └── library.properties /EPD215.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/EPD215.cpp -------------------------------------------------------------------------------- /EPD215.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/EPD215.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/README.txt -------------------------------------------------------------------------------- /examples/EpaperPictureDisplay/EpaperPictureDisplay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/examples/EpaperPictureDisplay/EpaperPictureDisplay.ino -------------------------------------------------------------------------------- /examples/EpaperQuoteDisplay/EpaperQuoteDisplay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/examples/EpaperQuoteDisplay/EpaperQuoteDisplay.ino -------------------------------------------------------------------------------- /examples/EpaperQuoteDisplay/quotes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/examples/EpaperQuoteDisplay/quotes.h -------------------------------------------------------------------------------- /examples/EpaperTeensyTemperatureDisplay/EpaperTeensyTemperatureDisplay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/examples/EpaperTeensyTemperatureDisplay/EpaperTeensyTemperatureDisplay.ino -------------------------------------------------------------------------------- /font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/font.h -------------------------------------------------------------------------------- /hardware/EpaperTeensyBoard.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/hardware/EpaperTeensyBoard.brd -------------------------------------------------------------------------------- /hardware/EpaperTeensyBoard.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/hardware/EpaperTeensyBoard.sch -------------------------------------------------------------------------------- /hardware/EpaperTeensyBoardSchematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/hardware/EpaperTeensyBoardSchematic.pdf -------------------------------------------------------------------------------- /hardware/EpaperTeensyBoardSchematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/hardware/EpaperTeensyBoardSchematic.png -------------------------------------------------------------------------------- /hardware/assets: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jareklupinski/epd215-library/HEAD/library.properties --------------------------------------------------------------------------------