First Look at Pimoroni's Inky Impression

Sdílet
Vložit
  • čas přidán 22. 11. 2020
  • A look at Pimoroni's new Inky Impression - 5.7" 7-colour E Ink Raspberry Pi Hat. Looking at how to getting an image onto it using Pimoroni's Inky software library
    Links
    -------------------------
    ○ Inky Software Library: github.com/pimoroni/inky
    ○ Inky Pi Hats: shop.pimoroni.com/search?q=inky
    ○ E Ink Software Library: github.com/Ineltek-UK/eink-xp...
    Social
    -------------------------
    ○ Instagram: / gsephelec
    ○ Twitter: / gsephelec
    ○ GitHub: github.com/george-sephton/
  • Věda a technologie

Komentáře • 13

  • @MattTester
    @MattTester Před 2 lety +4

    First video I've seen on this display, very impressive. I have a spare Pi Zero W here so I reckon I'll get one and make a digital picture frame, the fact that I can just have it cycle through images I upload to my web space is superb. Thanks for the guide to using it.

  • @S4l4m4nder36
    @S4l4m4nder36 Před 2 lety

    Haha, 03:16 "[..]Some packages could not be installed, review the app ... cool, we're done!" same style here :D Great video btw. thank you.

  • @timwoodburn5895
    @timwoodburn5895 Před 3 lety +1

    Thanks for this, I would've missed the .html part if it wasnt for your video.

  • @seanmc3528
    @seanmc3528 Před 3 lety +3

    Great video! Quick question...do you need to dither the images before adding or can you skip that step and just experiment?

    • @GSephElec
      @GSephElec  Před 3 lety +6

      No the python script does all the dithering for you which is cool. Just use Image.open (www.geeksforgeeks.org/python-pil-image-open-method/) and the inky.set image function does the rest.

  • @nhuergop
    @nhuergop Před 2 lety

    What a cool channel!

  • @ranyaroblox4324
    @ranyaroblox4324 Před 3 lety

    Would be great

  • @samperidavide5628
    @samperidavide5628 Před 3 lety +1

    is it possible to show a web page in this E Ink display? I need to show a Web page that contains only text.

    • @GSephElec
      @GSephElec  Před 3 lety

      yeah, have a look at 12:55 in the video, I show a webpage being rendered onto the display

  • @TomLeg
    @TomLeg Před 3 lety +3

    The inky is 600 x 448, so using that resolution for your image would be even better. Of course, the point of the pop art image is to ignore the fact that the display does 7 colours.

  • @lovemadeinjapan
    @lovemadeinjapan Před 2 lety

    How is a display like this after say 10000 updates and a year of use?

  • @yourstudio
    @yourstudio Před 3 lety

    has anyone discovered any projects using this worth sharing ? im experimenting now but having some errors in displaying my images ... anyway too lazy to type specifics but thank you for this video this was a great starting tutorial

  • @busterdafydd3096
    @busterdafydd3096 Před 2 lety

    6:19..... "run it in python3"... obviously not heard of shebangs... you didn't need to use "python3 image.py ....".... you could of just done "./image.py ..."