├── .vscode └── settings.json ├── LICENSE ├── PINOUT ├── Parallel-26PIN.md ├── Parallel-34PIN.md ├── README.md ├── SPI-24PIN.md ├── SPI-30PIN.md └── SPI-60PIN.md ├── README.md ├── caveats.md ├── epd-display.csv ├── schematics ├── DESPI-C01_SCH.pdf ├── DESPI-C102_SCH.pdf ├── DESPI-C1248_SCH.pdf └── EPD2SPI_SCH.pdf └── sensors ├── README.md └── lm75.md /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/LICENSE -------------------------------------------------------------------------------- /PINOUT/Parallel-26PIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/PINOUT/Parallel-26PIN.md -------------------------------------------------------------------------------- /PINOUT/Parallel-34PIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/PINOUT/Parallel-34PIN.md -------------------------------------------------------------------------------- /PINOUT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/PINOUT/README.md -------------------------------------------------------------------------------- /PINOUT/SPI-24PIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/PINOUT/SPI-24PIN.md -------------------------------------------------------------------------------- /PINOUT/SPI-30PIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/PINOUT/SPI-30PIN.md -------------------------------------------------------------------------------- /PINOUT/SPI-60PIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/PINOUT/SPI-60PIN.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/README.md -------------------------------------------------------------------------------- /caveats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/caveats.md -------------------------------------------------------------------------------- /epd-display.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/epd-display.csv -------------------------------------------------------------------------------- /schematics/DESPI-C01_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/schematics/DESPI-C01_SCH.pdf -------------------------------------------------------------------------------- /schematics/DESPI-C102_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/schematics/DESPI-C102_SCH.pdf -------------------------------------------------------------------------------- /schematics/DESPI-C1248_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/schematics/DESPI-C1248_SCH.pdf -------------------------------------------------------------------------------- /schematics/EPD2SPI_SCH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/schematics/EPD2SPI_SCH.pdf -------------------------------------------------------------------------------- /sensors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/sensors/README.md -------------------------------------------------------------------------------- /sensors/lm75.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CursedHardware/epd-datasheet/HEAD/sensors/lm75.md --------------------------------------------------------------------------------