Code Monkey home page Code Monkey logo

it8951's Introduction

6inch e-Paper Display "Video" Player

Description

This is an E-Ink display HAT for Raspberry Pi, 6inch, 800x600 resolution, with embedded controller IT8951, communicating via USB/SPI/I80/I2C interface.

Due to the advantages like ultra low power consumption, wide viewing angle, clear display without electricity, it is an ideal choice for applications such as shelf label, industrial instrument, and so on.

Installation

git clone https://github.com/waveshare/IT8951.git
cd IT8951
make

Usage

# Clear the screen
sudo ./IT8951 clear

# Direct render
# Show an image with a specified update mode
# Parameters: [x1] [y1] [update mode] [filepath]
sudo ./IT8951 direct 0 0 2 ./demo_seq/02.bmp

# Play sequence
# Render image sequences one after another, about 0.5-0.75fps with 750ms wait
# Parameters: [directory] [filename pattern] [start frame] [end frame] [update mode] [wait]
# Example 1 - Play demo sequence
sudo ./IT8951 sequence ./demo_seq/ *.bmp 10 18 2 750
# Example 2 - Play a sick short film
sudo ./IT8951 sequence ~/Pictures/le_ravissement_de_frank_n_stein/bmp/ VTS_03_*.bmp 1000 1897 3 50

Website

CN: http://www.waveshare.net/shop/6inch-e-Paper-HAT.htm

EN: https://www.waveshare.com/6inch-e-paper-hat.htm

Wiki

CN: http://www.waveshare.net/wiki/6inch_e-Paper_HAT

EN: https://www.waveshare.com/wiki/6inch_e-Paper_HAT

Documentation on display update modes

http://www.waveshare.net/w/upload/c/c4/E-paper-mode-declaration.pdf

it8951's People

Contributors

rbndelrio avatar waveshare 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.