├── .flake8 ├── .github └── workflows │ ├── linting.yml │ ├── publish-to-pypi-test.yml │ └── publish-to-pypi.yml ├── .gitignore ├── Documentation ├── PIS-0411 PaPiRus HAT Case (Drawing).pdf └── PIS-0411 PaPiRus HAT Case (Vent Model).pdf ├── LICENSE.md ├── README.md ├── RTC-Hat-Examples ├── README.md ├── RTCgpio │ ├── README.md │ ├── prtc.py │ ├── pwrite_text.py │ └── rtcgpio ├── RTCreboot │ ├── README.md │ ├── bootinfo │ ├── prtc.py │ ├── pwrite_text.py │ └── rtcreboot ├── mcp7940n.pdf └── py-smbusf │ ├── Makefile │ ├── README.md │ ├── include │ └── linux │ │ └── i2c-dev.h │ ├── setup.py │ └── smbusmodule.c ├── bin ├── papirus-animation ├── papirus-buttons ├── papirus-cam ├── papirus-clear ├── papirus-clock ├── papirus-composite-write ├── papirus-config ├── papirus-draw ├── papirus-fbcopy ├── papirus-gol ├── papirus-radar ├── papirus-set ├── papirus-setup ├── papirus-snake ├── papirus-system ├── papirus-temp ├── papirus-temp.sh ├── papirus-test ├── papirus-textfill ├── papirus-twitter └── papirus-write ├── bitmaps ├── 0.gif ├── 1.gif ├── 10.gif ├── 11.gif ├── 12.gif ├── 13.gif ├── 14.gif ├── 15.gif ├── 2.gif ├── 3.gif ├── 4.gif ├── 5.gif ├── 6.gif ├── 7.gif ├── 8.gif ├── 9.gif ├── papirus-cam-intro.jpg ├── papirus-logo.bmp └── python.png ├── hardware ├── PaPiRus HAT │ ├── Datasheets │ │ ├── LM75B.pdf │ │ └── MCP7940N.pdf │ ├── Latest Version - v1.9 │ │ ├── 2014-035-01-Pi-ePaper-circuit_v1_9.pdf │ │ ├── 2014-035-02-Pi-ePaper-pcb_v1_9.pdf │ │ ├── 2014-035-03-Pi-ePaper-outline_v1_9.pdf │ │ ├── 2014-035-05-Pi-ePaper-partlist_v1_9.xlsx │ │ ├── 2014-035-06-01-Pi-ePaper-top_placement_v1_9.pdf │ │ ├── 2014-035-06-02-Pi-ePaper-bottom_placement_v1_9.pdf │ │ ├── 2014-035-09-09-Pi-ePaper-bottom_assembly_v1_9.pdf │ │ ├── 2014-035-10-02-Pi-ePaper-bottom_pinout_v1_9.pdf │ │ ├── 2014-035-14-Pi-ePaper_layer_stack_v1_9.txt │ │ ├── 2014-035-15-Pi-ePaper_specification_v1_9.txt │ │ ├── 2014-035-18-Pi-ePaper-versions.xls │ │ ├── 4P018-00_03_G2_Aurora Mb_COG_Driver_Interface_Timing_for_small+size_2015....pdf │ │ └── eeprom_v19_done.txt │ ├── Old Version - v1.6 │ │ ├── 2014-035-01-Pi-ePaper-circuit_v1_6.pdf │ │ ├── 2014-035-02-Pi-ePaper-pcb_v1_6.pdf │ │ ├── 2014-035-03-Pi-ePaper-outline_v1_6.pdf │ │ ├── 2014-035-05-Pi-ePaper-partlist_v1_6.xlsx │ │ ├── 2014-035-06-01-Pi-ePaper-top_placement_v1_6.pdf │ │ ├── 2014-035-06-02-Pi-ePaper-bottom_placement_v1_6.pdf │ │ ├── 2014-035-07-Pi_ePaper-component_report_v1_6.rpt │ │ ├── 2014-035-09-09-Pi-ePaper-bottom_assembly_v1_6.pdf │ │ ├── 2014-035-10-02-Pi-ePaper-bottom_pinout_v1_6.pdf │ │ ├── 2014-035-14-Pi-ePaper_layer_stack_v1_6.txt │ │ ├── 2014-035-15-Pi-ePaper_specification_v1_6.txt │ │ └── 2014-035-18-Pi-ePaper-versions.xls │ ├── Old Version - v1.8 │ │ ├── 2014-035-01-Pi_ePaper-circuit_v1_8.pdf │ │ ├── 2014-035-02-Pi_ePaper-pcb_v1_8.pdf │ │ ├── 2014-035-03-Pi_ePaper-outline_v1_8.pdf │ │ ├── 2014-035-05-Pi-ePaper-partlist_v1_8.xlsx │ │ ├── 2014-035-06-01-Pi_ePaper-top_placement_v1_8.pdf │ │ ├── 2014-035-06-02-Pi_ePaper-bottom_placement_v1_8.pdf │ │ ├── 2014-035-07-Pi-ePaper-component_report_v1_8.rpt │ │ ├── 2014-035-09-09-Pi_ePaper-bottom_assembly_v1_8.pdf │ │ ├── 2014-035-10-02-Pi_ePaper-bottom_pinout_v1_8.pdf │ │ ├── 2014-035-14-Pi-ePaper_layer_stack_v1_8.txt │ │ ├── 2014-035-15-Pi-ePaper_specification_v1_8.txt │ │ ├── 2014-035-18-Pi-ePaper-versions.xls │ │ └── 4P018-00_03_G2_Aurora Mb_COG_Driver_Interface_Timing_for_small+size_2015....pdf │ ├── README.md │ └── button-schematic.jpg └── PaPiRus Zero │ ├── Datasheets │ └── LM75B.pdf │ ├── Latest Version - v1.2 │ ├── 2015-032-01-PaPiRus-ZERO-circuit_v1_2.pdf │ ├── 2015-032-02-PaPiRus-ZERO-pcb_v1_2.pdf │ ├── 2015-032-03-PaPiRus-ZERO-outline_v1_2.pdf │ ├── 2015-032-05-PaPiRus-ZERO-partlist_v1_2.xlsx │ ├── 2015-032-06-02-PaPiRus-ZERO-bottom_placement_v1_2.pdf │ ├── 2015-032-09-09-PaPiRus-ZERO-bottom_assembly_v1_2.pdf │ ├── 2015-032-10-02-PaPiRus-ZERO-bottom_pinout_v1_2.pdf │ ├── 2015-032-14-PaPiRus-ZERO_layer_stack_v1_2.txt │ └── 2015-032-15-PaPiRus-ZERO-pcb_specification_v1_2.txt │ ├── Old Version - v1.1 │ ├── 2015-032-02-PaPiRus-ZERO-pcb_v1_1.pdf │ ├── 2015-032-03-PaPiRus-ZERO-outline_v1_1.pdf │ ├── 2015-032-05-PaPiRus-ZERO-partlist_v1_1.xlsx │ ├── 2015-032-06-02-PaPiRus-ZERO-bottom_placement_v1_1.pdf │ ├── 2015-032-09-09-PaPiRus-ZERO-bottom_assembly_v1_1.pdf │ ├── 2015-032-10-02-PaPiRus-ZERO-bottom_pinout_v1_1.pdf │ ├── 2015-032-14-PaPiRus-ZERO_layer_stack_v1_1.txt │ └── 2015-032-15-PaPiRus-ZERO-pcb_specification_v1_1.txt │ ├── README.md │ └── button-schematic.jpg ├── install ├── papirus ├── __init__.py ├── composite.py ├── epd.py ├── image.py ├── lm75b.py ├── readrtc.py ├── text.py └── textpos.py ├── projects └── twitter_feed.py ├── setup.py └── uninstall.sh /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/.flake8 -------------------------------------------------------------------------------- /.github/workflows/linting.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/.github/workflows/linting.yml -------------------------------------------------------------------------------- /.github/workflows/publish-to-pypi-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/.github/workflows/publish-to-pypi-test.yml -------------------------------------------------------------------------------- /.github/workflows/publish-to-pypi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/.github/workflows/publish-to-pypi.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /Documentation/PIS-0411 PaPiRus HAT Case (Drawing).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/Documentation/PIS-0411 PaPiRus HAT Case (Drawing).pdf -------------------------------------------------------------------------------- /Documentation/PIS-0411 PaPiRus HAT Case (Vent Model).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/Documentation/PIS-0411 PaPiRus HAT Case (Vent Model).pdf -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/README.md -------------------------------------------------------------------------------- /RTC-Hat-Examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/README.md -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCgpio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCgpio/README.md -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCgpio/prtc.py: -------------------------------------------------------------------------------- 1 | ../RTCreboot/prtc.py -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCgpio/pwrite_text.py: -------------------------------------------------------------------------------- 1 | ../RTCreboot/pwrite_text.py -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCgpio/rtcgpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCgpio/rtcgpio -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCreboot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCreboot/README.md -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCreboot/bootinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCreboot/bootinfo -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCreboot/prtc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCreboot/prtc.py -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCreboot/pwrite_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCreboot/pwrite_text.py -------------------------------------------------------------------------------- /RTC-Hat-Examples/RTCreboot/rtcreboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/RTCreboot/rtcreboot -------------------------------------------------------------------------------- /RTC-Hat-Examples/mcp7940n.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/mcp7940n.pdf -------------------------------------------------------------------------------- /RTC-Hat-Examples/py-smbusf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/py-smbusf/Makefile -------------------------------------------------------------------------------- /RTC-Hat-Examples/py-smbusf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/py-smbusf/README.md -------------------------------------------------------------------------------- /RTC-Hat-Examples/py-smbusf/include/linux/i2c-dev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/py-smbusf/include/linux/i2c-dev.h -------------------------------------------------------------------------------- /RTC-Hat-Examples/py-smbusf/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/py-smbusf/setup.py -------------------------------------------------------------------------------- /RTC-Hat-Examples/py-smbusf/smbusmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/RTC-Hat-Examples/py-smbusf/smbusmodule.c -------------------------------------------------------------------------------- /bin/papirus-animation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-animation -------------------------------------------------------------------------------- /bin/papirus-buttons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-buttons -------------------------------------------------------------------------------- /bin/papirus-cam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-cam -------------------------------------------------------------------------------- /bin/papirus-clear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-clear -------------------------------------------------------------------------------- /bin/papirus-clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-clock -------------------------------------------------------------------------------- /bin/papirus-composite-write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-composite-write -------------------------------------------------------------------------------- /bin/papirus-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-config -------------------------------------------------------------------------------- /bin/papirus-draw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-draw -------------------------------------------------------------------------------- /bin/papirus-fbcopy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-fbcopy -------------------------------------------------------------------------------- /bin/papirus-gol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-gol -------------------------------------------------------------------------------- /bin/papirus-radar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-radar -------------------------------------------------------------------------------- /bin/papirus-set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-set -------------------------------------------------------------------------------- /bin/papirus-setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-setup -------------------------------------------------------------------------------- /bin/papirus-snake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-snake -------------------------------------------------------------------------------- /bin/papirus-system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-system -------------------------------------------------------------------------------- /bin/papirus-temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-temp -------------------------------------------------------------------------------- /bin/papirus-temp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-temp.sh -------------------------------------------------------------------------------- /bin/papirus-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-test -------------------------------------------------------------------------------- /bin/papirus-textfill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-textfill -------------------------------------------------------------------------------- /bin/papirus-twitter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-twitter -------------------------------------------------------------------------------- /bin/papirus-write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bin/papirus-write -------------------------------------------------------------------------------- /bitmaps/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/0.gif -------------------------------------------------------------------------------- /bitmaps/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/1.gif -------------------------------------------------------------------------------- /bitmaps/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/10.gif -------------------------------------------------------------------------------- /bitmaps/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/11.gif -------------------------------------------------------------------------------- /bitmaps/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/12.gif -------------------------------------------------------------------------------- /bitmaps/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/13.gif -------------------------------------------------------------------------------- /bitmaps/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/14.gif -------------------------------------------------------------------------------- /bitmaps/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/15.gif -------------------------------------------------------------------------------- /bitmaps/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/2.gif -------------------------------------------------------------------------------- /bitmaps/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/3.gif -------------------------------------------------------------------------------- /bitmaps/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/4.gif -------------------------------------------------------------------------------- /bitmaps/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/5.gif -------------------------------------------------------------------------------- /bitmaps/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/6.gif -------------------------------------------------------------------------------- /bitmaps/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/7.gif -------------------------------------------------------------------------------- /bitmaps/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/8.gif -------------------------------------------------------------------------------- /bitmaps/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/9.gif -------------------------------------------------------------------------------- /bitmaps/papirus-cam-intro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/papirus-cam-intro.jpg -------------------------------------------------------------------------------- /bitmaps/papirus-logo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/papirus-logo.bmp -------------------------------------------------------------------------------- /bitmaps/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/bitmaps/python.png -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Datasheets/LM75B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Datasheets/LM75B.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Datasheets/MCP7940N.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Datasheets/MCP7940N.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-01-Pi-ePaper-circuit_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-01-Pi-ePaper-circuit_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-02-Pi-ePaper-pcb_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-02-Pi-ePaper-pcb_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-03-Pi-ePaper-outline_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-03-Pi-ePaper-outline_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-05-Pi-ePaper-partlist_v1_9.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-05-Pi-ePaper-partlist_v1_9.xlsx -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-06-01-Pi-ePaper-top_placement_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-06-01-Pi-ePaper-top_placement_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-06-02-Pi-ePaper-bottom_placement_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-06-02-Pi-ePaper-bottom_placement_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-09-09-Pi-ePaper-bottom_assembly_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-09-09-Pi-ePaper-bottom_assembly_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-10-02-Pi-ePaper-bottom_pinout_v1_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-10-02-Pi-ePaper-bottom_pinout_v1_9.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-14-Pi-ePaper_layer_stack_v1_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-14-Pi-ePaper_layer_stack_v1_9.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-15-Pi-ePaper_specification_v1_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-15-Pi-ePaper_specification_v1_9.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-18-Pi-ePaper-versions.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/2014-035-18-Pi-ePaper-versions.xls -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/4P018-00_03_G2_Aurora Mb_COG_Driver_Interface_Timing_for_small+size_2015....pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/4P018-00_03_G2_Aurora Mb_COG_Driver_Interface_Timing_for_small+size_2015....pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Latest Version - v1.9/eeprom_v19_done.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Latest Version - v1.9/eeprom_v19_done.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-01-Pi-ePaper-circuit_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-01-Pi-ePaper-circuit_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-02-Pi-ePaper-pcb_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-02-Pi-ePaper-pcb_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-03-Pi-ePaper-outline_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-03-Pi-ePaper-outline_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-05-Pi-ePaper-partlist_v1_6.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-05-Pi-ePaper-partlist_v1_6.xlsx -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-06-01-Pi-ePaper-top_placement_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-06-01-Pi-ePaper-top_placement_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-06-02-Pi-ePaper-bottom_placement_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-06-02-Pi-ePaper-bottom_placement_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-07-Pi_ePaper-component_report_v1_6.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-07-Pi_ePaper-component_report_v1_6.rpt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-09-09-Pi-ePaper-bottom_assembly_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-09-09-Pi-ePaper-bottom_assembly_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-10-02-Pi-ePaper-bottom_pinout_v1_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-10-02-Pi-ePaper-bottom_pinout_v1_6.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-14-Pi-ePaper_layer_stack_v1_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-14-Pi-ePaper_layer_stack_v1_6.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-15-Pi-ePaper_specification_v1_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-15-Pi-ePaper_specification_v1_6.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.6/2014-035-18-Pi-ePaper-versions.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.6/2014-035-18-Pi-ePaper-versions.xls -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-01-Pi_ePaper-circuit_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-01-Pi_ePaper-circuit_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-02-Pi_ePaper-pcb_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-02-Pi_ePaper-pcb_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-03-Pi_ePaper-outline_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-03-Pi_ePaper-outline_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-05-Pi-ePaper-partlist_v1_8.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-05-Pi-ePaper-partlist_v1_8.xlsx -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-06-01-Pi_ePaper-top_placement_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-06-01-Pi_ePaper-top_placement_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-06-02-Pi_ePaper-bottom_placement_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-06-02-Pi_ePaper-bottom_placement_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-07-Pi-ePaper-component_report_v1_8.rpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-07-Pi-ePaper-component_report_v1_8.rpt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-09-09-Pi_ePaper-bottom_assembly_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-09-09-Pi_ePaper-bottom_assembly_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-10-02-Pi_ePaper-bottom_pinout_v1_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-10-02-Pi_ePaper-bottom_pinout_v1_8.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-14-Pi-ePaper_layer_stack_v1_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-14-Pi-ePaper_layer_stack_v1_8.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-15-Pi-ePaper_specification_v1_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-15-Pi-ePaper_specification_v1_8.txt -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/2014-035-18-Pi-ePaper-versions.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/2014-035-18-Pi-ePaper-versions.xls -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/Old Version - v1.8/4P018-00_03_G2_Aurora Mb_COG_Driver_Interface_Timing_for_small+size_2015....pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/Old Version - v1.8/4P018-00_03_G2_Aurora Mb_COG_Driver_Interface_Timing_for_small+size_2015....pdf -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/README.md -------------------------------------------------------------------------------- /hardware/PaPiRus HAT/button-schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus HAT/button-schematic.jpg -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Datasheets/LM75B.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Datasheets/LM75B.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-01-PaPiRus-ZERO-circuit_v1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-01-PaPiRus-ZERO-circuit_v1_2.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-02-PaPiRus-ZERO-pcb_v1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-02-PaPiRus-ZERO-pcb_v1_2.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-03-PaPiRus-ZERO-outline_v1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-03-PaPiRus-ZERO-outline_v1_2.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-05-PaPiRus-ZERO-partlist_v1_2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-05-PaPiRus-ZERO-partlist_v1_2.xlsx -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-06-02-PaPiRus-ZERO-bottom_placement_v1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-06-02-PaPiRus-ZERO-bottom_placement_v1_2.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-09-09-PaPiRus-ZERO-bottom_assembly_v1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-09-09-PaPiRus-ZERO-bottom_assembly_v1_2.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-10-02-PaPiRus-ZERO-bottom_pinout_v1_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-10-02-PaPiRus-ZERO-bottom_pinout_v1_2.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-14-PaPiRus-ZERO_layer_stack_v1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-14-PaPiRus-ZERO_layer_stack_v1_2.txt -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-15-PaPiRus-ZERO-pcb_specification_v1_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Latest Version - v1.2/2015-032-15-PaPiRus-ZERO-pcb_specification_v1_2.txt -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-02-PaPiRus-ZERO-pcb_v1_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-02-PaPiRus-ZERO-pcb_v1_1.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-03-PaPiRus-ZERO-outline_v1_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-03-PaPiRus-ZERO-outline_v1_1.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-05-PaPiRus-ZERO-partlist_v1_1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-05-PaPiRus-ZERO-partlist_v1_1.xlsx -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-06-02-PaPiRus-ZERO-bottom_placement_v1_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-06-02-PaPiRus-ZERO-bottom_placement_v1_1.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-09-09-PaPiRus-ZERO-bottom_assembly_v1_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-09-09-PaPiRus-ZERO-bottom_assembly_v1_1.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-10-02-PaPiRus-ZERO-bottom_pinout_v1_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-10-02-PaPiRus-ZERO-bottom_pinout_v1_1.pdf -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-14-PaPiRus-ZERO_layer_stack_v1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-14-PaPiRus-ZERO_layer_stack_v1_1.txt -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/Old Version - v1.1/2015-032-15-PaPiRus-ZERO-pcb_specification_v1_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/Old Version - v1.1/2015-032-15-PaPiRus-ZERO-pcb_specification_v1_1.txt -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/README.md -------------------------------------------------------------------------------- /hardware/PaPiRus Zero/button-schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/hardware/PaPiRus Zero/button-schematic.jpg -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/install -------------------------------------------------------------------------------- /papirus/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/__init__.py -------------------------------------------------------------------------------- /papirus/composite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/composite.py -------------------------------------------------------------------------------- /papirus/epd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/epd.py -------------------------------------------------------------------------------- /papirus/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/image.py -------------------------------------------------------------------------------- /papirus/lm75b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/lm75b.py -------------------------------------------------------------------------------- /papirus/readrtc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/readrtc.py -------------------------------------------------------------------------------- /papirus/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/text.py -------------------------------------------------------------------------------- /papirus/textpos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/papirus/textpos.py -------------------------------------------------------------------------------- /projects/twitter_feed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/projects/twitter_feed.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/setup.py -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSupply/PaPiRus/HEAD/uninstall.sh --------------------------------------------------------------------------------