diff --git a/draft/boards/inkyphat.png b/draft/boards/inkyphat.png new file mode 100644 index 0000000..5654121 Binary files /dev/null and b/draft/boards/inkyphat.png differ diff --git a/draft/boards/oledbonnet.png b/draft/boards/oledbonnet.png deleted file mode 100644 index 48d97b1..0000000 Binary files a/draft/boards/oledbonnet.png and /dev/null differ diff --git a/draft/boards/pioled.png b/draft/boards/pioled.png deleted file mode 100644 index 1b01554..0000000 Binary files a/draft/boards/pioled.png and /dev/null differ diff --git a/draft/overlay/inkyphat.md b/draft/overlay/inkyphat.md new file mode 100644 index 0000000..3eda3b0 --- /dev/null +++ b/draft/overlay/inkyphat.md @@ -0,0 +1,58 @@ + +# Inky pHAT + +TBA + +To get the pHAT up and running, you can use the one-line product installer: + +```bash +curl https://get.pimoroni.com/inkyphat | bash +``` + +And follow the instructions! diff --git a/draft/overlay/oledbonnet.md b/draft/overlay/oledbonnet.md deleted file mode 100644 index 99902a6..0000000 --- a/draft/overlay/oledbonnet.md +++ /dev/null @@ -1,65 +0,0 @@ - - -# OLED Bonnet - -The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. - -The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. - -To install the necessary software, use the following commands: - -```bash -sudo apt-get install git python-imaging python-smbus -git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git -cd Adafruit_Python_SSD1306 -sudo python setup.py install -``` diff --git a/draft/overlay/pioled.md b/draft/overlay/pioled.md deleted file mode 100644 index 7267bf2..0000000 --- a/draft/overlay/pioled.md +++ /dev/null @@ -1,45 +0,0 @@ - - -# PiOLED - -The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. - -The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. - -The display is about 1”diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. - -To install the necessary software, use the following commands: - -```bash -sudo apt-get install git python-imaging python-smbus -git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git -cd Adafruit_Python_SSD1306 -sudo python setup.py install -```