Giter Club home page Giter Club logo

spe-epd-node's Introduction

spe-epd-node

"spe" stands for "seven point eight", corresponding to the e-ink screen size.

7.8-inch e-paper display control.

Resources for Development

Where to buy

I bought my screen on AliExpress.

It relies on the IT8951 Hat to connect to Raspberry Pi.

Datasheet

For more, read the "Datasheet" folder.

e-Paper Display Wiki

Link: 7.8inch e-Paper HAT

Please install the driver according to the wiki (Deprecated. Please use the below driver instead).

IT8951 Driver

The driver in the wiki about is C-based, meaning that you need to develop your code with C. We can switch to a python-based driver.

The principle is the same: control the SPI port of Raspberry Pi to send the data to the IT8951 chip on the hat.

I recommand this: https://github.com/GregDMeyer/IT8951

To verify, run .test/integration/test.py. This is even faster than the C-based driver (bcm2835) in the wiki.

Now you can develop your code with python.

Config File

The configuration is stored in config.json. It contains personal data so please update the fields accordingly in config_example.json. Then rename it to conig.json.

App 1: Instagram showcase

This app displays a random Instagram image from a given user.

At this stage, the photos need to be stored in local. In the future, I may add the pipeline to fetch new photos from Instagram.

Please set the folder name in config.json. If your photo is in /home/your_name/instagram/my_ins_id/, then the field instagram_photo_dir should be set to instagram/my_ins_id/.

spe-epd-node's People

Contributors

lanternd avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.