Code Monkey home page Code Monkey logo

lcd-uc1701x's Introduction

Prerequisites

Project is based on Python3 (3.5 tested)

sudo apt-get install python3 python3-dev python3-spidev python3-pip python3-rpi.gpio
pip3 install pillow

BCM2835 library is required

# download the latest version of the library, say bcm2835-1.xx.tar.gz, then:
tar zxvf bcm2835-1.xx.tar.gz
cd bcm2835-1.xx
./configure
make
sudo make check
sudo make install

Enable SPI interface (Advanced Options)

sudo raspi-config

Wiring

Pins can be adapted to every user's need but the following pins can be all connected by a 5x2 Dupont connector. Colors are totally optional.

Pin 1701 Description RPi BCM Pin RPi Board Pin Color
01 ROM_IN N/C N/C N/C
02 ROM_OUT N/C N/C N/C
03 ROM_SCK N/C N/C N/C
04 ROM_CS N/C N/C N/C
05 LEDA* 22 15 GY
06 VSS/GND GND 20 BK
07 VDD/PWR 3.3V 17 RD
08 SCLK 11 23 VT
09 SDA 10 19 BU
10 RS 23 16 GN
11 RESET 24 18 YE
12 CS 25 22 OG
  • The backlight (LEDA) can share connection with VDD/PWR - same voltage either 3.3V or 5.0V.

lcd-uc1701x's People

Contributors

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