Arduino With T6963c 240x128 Graphic LCD
Arduino With T6963c 240x128 Graphic LCD
Table of Contents
File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
http://www.instructables.com/id/Arduino-With-T6963c-240x128-Graphic-LCD/
Author:pspranav7 Pranav Sharma
I'm a Learner , a Electronic Student, currently in my Final year of B.Tech in Electronics & Communication Engg. I love to create projects, I love Automation, I
love learning about New Technologies and Working on Them. Want to work in a Company Which make new products with new technologies providing Great
Comfort for the Users. :-)
Interfacing with Arduino boards, and choosing the correct library to use with it, could be a little tricky. that's why i am posting this Instructable as i could not find any other
helping instructable when i started working with it, so to eliminate any kind of difficulty , here we go...
http://www.instructables.com/id/Arduino-With-T6963c-240x128-Graphic-LCD/
Step 2: Interfacing Arduino Board with t6963c LCD Display
Interfacing LCD's has always been trickier for many a people, so be careful and follow these instructions while Interfacing.
In the lcd pinout image, you can check out the Pinout of LCD, as this was the most suitable and correct pinout I could find on the internet.
________________________________________________________________
T6963c LCD PIN | LCD PIN NAME | Arduino Board | ________________________________________________________________|
1 | FG | GND |
2 | GND | GND |
3 | VDD | +5V |
4 | VO | 10K POT (WIPER) – LEG 2 |
5 | WR | 17 |
6 | RD | 18 |
7 | CE/CS | 14 |
8 | C/D | 15 |
9 | RST | 16 |
10 | DB0 | 8 |
11 | DB1 | 9 |
12 | DB2 | 10 |
13 | DB3 | 11 |
14 | DB4 | 4 |
15 | DB5 | 5 |
16 | DB6 | 6 |
17 | DB7 | 7 |
18 | FS | GND |
19 | VEE | 10K POT–LEG1 |
20 | LED A | +3.3V – 5V | ________________________________________________________________|
This Interfacing will work for most of the Arduino boards, as these pins are available on all the Arduino boards
Still, if you want to change the pin assignment, you can change them according to your wish, but after that, you have to make a change in the code as well
we will talk about that in the next step.
http://www.instructables.com/id/Arduino-With-T6963c-240x128-Graphic-LCD/
Step 3: Arduino Code and u8glib Library
Library That we will be using is u8glib library, you can download it from Bintray here or from GitHub here.
It's advisable to use only this library, because it is the only library, that has been taken care of by its developer
Continuous updates are availed by the developer for this library.
I had also attached a Demo code with it, working according to the Interfacing Explained in Step 2
You can also use other examples provided with the library, the same interfacing will work for almost every board and almost every code
You can also check out Step 4, which will provide you with some useful Links. if you get to face any problem
NOTE:- Remember you can always change the interfacing pins, but if you do change, then you have to make the respective pin change in the code as well,
Here:-
File Downloads
IF THIS INSTRUCTABLE HELPED SOMEONE ON GETTING THINGS WORKING , OR IF ANYBODY's FACING ANY PROBLEM OR WANT TO GIVE A
SUGGESTION, THAN I WOULD REALLY APPRECIATE THAT
http://www.instructables.com/id/Arduino-With-T6963c-240x128-Graphic-LCD/
Related Instructables
Advertisements
Comments
http://www.instructables.com/id/Arduino-With-T6963c-240x128-Graphic-LCD/