Giter Site home page Giter Site logo

hxmg12232's Introduction

Notes for the LCD Display HXMG 12232-2B Rev A.

High / Low = On/ Off in GPIO

| GND | - Ground
| VCC | - (+5V to the chip?
| V0 | - (GND to the chip?)
| RS | - Register select signal H/L, Signal register/ Instruction input.
| NC | - NC = no connection?
| E2 | - H: talk to micro controller 2
| NC | - no connection
| E1 | - H: talk to micto controller 1
| RW | = H/L Read / Write H: chip puts already set data in BUS. L: Allows us to place data in BUS.
| DB0 | - Databus 1-7 ( only 4 are used in 4 bit mode, can this be set on this chip?)
| DB1 |
| DB2 |
| DB3 |
| DB4 |
| DB5 |
| DB6 |
| DB7 |
| RST | - Reset probably, most datasheets with similair chips say it RST on boot.
| A = | - PWR to backlight (+5v)
| K = | - PWR to backlight (GRND)

As far as i can understand this stuff to program the LCD:

  1. Set Register Select to instruction input (otherwise is in some kind of framebuffer mode?!)
  2. Set chip to talk in either 4 bit or 8 bit mode (how do we do that , or is it pre set to one of them?
  3. Set which half of the display to talk to (E1 or E2)
  4. Put chip i Write mode with RW
  5. Use databus to LCD layout
  6. Put chip in Read mode with RW

Data sheet also reference a pin called "E" , wich seems to be a H/L to indicate if chip is written / read from . Dont think any of the pins I have mapped are one of those

Yours truly
~tomodachi

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.