Close

2570 Results for "e-ink"

  • SSD1606 E-ink display

  • This is a relatively cheap SPI E-ink display that you can find on tindie. It has 4 shades of grey per pixel, and 172x72 resolution.The code is at https://bitbucket.org/thesheep/micropython-ili9341/src/tip/ssd1606.pyExample code:from machine import Pin,...
  • E-Ink Display

  • I received a 2.9" E-paper display, and I hope to use it for showing the scores.  The display module is manufactured by Waveshare, and comes with handy sample code for Raspberry Pi, Arduino and STM32. This was my first time working with...
  • New E-Ink Dev Kit

  • So I've gotten as far as I want with the dev board from Seeed, I've just recieved a new one (RePaper) from adafruit - it has better libraries (less coding work/rework) and a BOM that's much closer to what my board will have - though I intend to ditch...
  • Is E-ink Ready Yet?

  • Of course the obvious solution for a display for a conference badge is e-paper or e-ink display. It has a number of advantages:keeps displaying with the device off, which means that you could even do without the battery, or — if you really want to have...
  • Adding an e-ink display

  • 2020-12-12 Bought this from the Pi Shop for £25. https://thepihut.com/products/inky-phat This might be useful in battery-powered equipment, to show data like when a battery was last fitted, and how much estimated battery life is left. This will...
  • What's black, white, and red all over: Color E-Ink

  • I was looking for good docs on E-Ink displays and found articles like Essential Scrap's tutorial for repurposing old e-reader displays, Sprite_TM's webpage-viewing low-power display, and the badgy project here on hackaday.io (coincidentally,...