Giter VIP home page Giter VIP logo

arduino-tcm2's Introduction

Arduino-TCM2

Build Status

Arduino library for the MPico systems TCM2 (Timing Controller Module gen2) / TC2 (Timing Controller gen2) E-Ink display controller. Currently supporting the 4.41" version (TCS2-P441-231_v1.1).

TCM2-P441

https://www.mpicosys.com/news/timing-controller-solutions-generation-2/

Hardware

Arduinos

The library has been developed and tested under Arduino Pro 3.3V 8MHz and Arduino/Genuino MKR1000. The examples provided can be easily adjusted for both: the only relevant difference is the pin used for the SPI chip select (10 on the Pro, 7 on the MKR).

TC Module

The TCM2 module tested is a bundle with a Pervasive Display Aurora Mb v231 4.41", 400x300px (113dpi).

Connections

  • Arduino Pro mini 3V3 8MHz <> MPico TCM2
2       -> /TC_BUSY
3       -> /TC_EN
10/SS   -> /TC_SS
11/MOSI -> TC_MOSI
12/MISO -> TC_MISO
13/SCK  -> TC_SCK
3.3V    -> VDDIN, VIN
GND     -> GND
  • Arduino MKR1000 <> MPico TCM2
2       -> /TC_BUSY
3       -> /TC_EN
7       -> /TC_SS
8/MOSI  -> TC_MOSI
9/SCK   -> TC_SCK
10/MISO -> TC_MISO
VCC     -> VDDIN, VIN
GND     -> GND

EPD conversion

TCM2 accepts EPD data formats. A tool for converting arbitrary graphics into EPD type 0 can be found in the tools folder. This tool supports only the 4.41" version.

Usage

$ ./epd_convert.py input-image.png output.h

The header can be used in conjunction with the image_upload example.

Links

arduino-tcm2's People

Contributors

oxullo 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.