SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
www.researchdesignlab.com Page 1
GRAPHICAL LCDREV1.0
GRAPHICAL LCD
www.researchdesignlab.com Page 2
GRAPHICAL LCDREV1.0
Contents
OVERVIEW ................................................................................................................................... 3
GRAPHICAL LCD..................................................................................................................... 3
FEATURES ................................................................................................................................ 3
BLOCK DIAGRAM.................................................................................................................. 4
PIC CODE .................................................................................................................................. 5
RELATED PRODUCTS ............................................................................................................ 7
www.researchdesignlab.com Page 3
GRAPHICAL LCDREV1.0
OVERVIEW
GRAPHICAL LCD
LCD stands for Liquid Crystal Display. It can be used to display anything. They are of many
types. The ones we commonly use for embedded systems, robotics, etc are of two types –
character LCD and graphical LCD. The 16x2 LCD Characters have their own limitations; they
can only display characters of certain dimensions. The Graphical LCD are thus used to display
customized characters and images. The Graphical LCD find use in many applications; they are
used in video games, mobile phones, lifts etc. as display units.
FEATURES
 Display construction:128*64 DOTS.
 Display mode: STN / Yellow Green.
 Display type: Positive Transflective.
 Operating temperature: Indoor.
 Number of data line: 8-bit parallel.
 Voltage: 5V.
 Easy to use code library
 Many fonts available .
www.researchdesignlab.com Page 4
GRAPHICAL LCDREV1.0
BLOCK DIAGRAM
www.researchdesignlab.com Page 5
GRAPHICAL LCDREV1.0
PIC CODE
/*IDE:MicroCPRO
IC:PIC18F452*/
char GLCD_DataPort at PORTD;
sbit GLCD_CS1 at RB0_bit;
sbit GLCD_CS2 at RB1_bit;
sbit GLCD_RS at RB2_bit;
sbit GLCD_RW at RB3_bit;
sbit GLCD_EN at RB4_bit;
sbit GLCD_RST at RB5_bit;
sbit GLCD_CS1_Direction at TRISB0_bit;
sbit GLCD_CS2_Direction at TRISB1_bit;
sbit GLCD_RS_Direction at TRISB2_bit;
sbit GLCD_RW_Direction at TRISB3_bit;
sbit GLCD_EN_Direction at TRISB4_bit;
sbit GLCD_RST_Direction at TRISB5_bit;
// End Glcd module connections
void delay2S(){ // 2 seconds delay function
Delay_ms(2000);
}
www.researchdesignlab.com Page 6
GRAPHICAL LCDREV1.0
void main() {
Glcd_Init(); // Initialize GLCD
Glcd_Fill(0x00); // Clear GLCD
while(1) {
Glcd_Fill(0x00); // Clear GLCD
Glcd_Rectangle(5,5,84,35,1); // Write string
Delay_ms(2000);
}
}
www.researchdesignlab.com Page 7
GRAPHICAL LCDREV1.0
RELATED PRODUCTS
RDL- UNO ATMEGA328 ATMEL Project Board
Development Board
PIC PROJECT BOARD

Weitere ähnliche Inhalte

Was ist angesagt?

Yahoo Web Analytics API Reference Guide
Yahoo Web Analytics API Reference GuideYahoo Web Analytics API Reference Guide
Yahoo Web Analytics API Reference Guide
Andrew Talcott
 
Castor Reference Guide 1 3 1
Castor Reference Guide 1 3 1Castor Reference Guide 1 3 1
Castor Reference Guide 1 3 1
paripelly
 
Soa In The Real World
Soa In The Real WorldSoa In The Real World
Soa In The Real World
ssiliveri
 
Rafal_Malanij_MSc_Dissertation
Rafal_Malanij_MSc_DissertationRafal_Malanij_MSc_Dissertation
Rafal_Malanij_MSc_Dissertation
Rafał Małanij
 
인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼
인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼
인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼
HION IT
 
Vmw vsphere-high-availability
Vmw vsphere-high-availabilityVmw vsphere-high-availability
Vmw vsphere-high-availability
선중 한
 
Manual de programacion PLC Crouzet Millenium
Manual de programacion PLC Crouzet MilleniumManual de programacion PLC Crouzet Millenium
Manual de programacion PLC Crouzet Millenium
José Luis Lozoya Delgado
 

Was ist angesagt? (20)

Pelco c4654 m a-dx-series-client
Pelco c4654 m a-dx-series-clientPelco c4654 m a-dx-series-client
Pelco c4654 m a-dx-series-client
 
Understanding Trinity ISE results (international)
Understanding Trinity ISE results (international)Understanding Trinity ISE results (international)
Understanding Trinity ISE results (international)
 
Yahoo Web Analytics API Reference Guide
Yahoo Web Analytics API Reference GuideYahoo Web Analytics API Reference Guide
Yahoo Web Analytics API Reference Guide
 
Castor Reference Guide 1 3 1
Castor Reference Guide 1 3 1Castor Reference Guide 1 3 1
Castor Reference Guide 1 3 1
 
Soa In The Real World
Soa In The Real WorldSoa In The Real World
Soa In The Real World
 
Rafal_Malanij_MSc_Dissertation
Rafal_Malanij_MSc_DissertationRafal_Malanij_MSc_Dissertation
Rafal_Malanij_MSc_Dissertation
 
인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼
인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼
인터맥스캐너 Intermec SF61B 2D 포켓타입 모바일스캐너 매뉴얼
 
White Paper: Look Before You Leap Into Google Apps
White Paper: Look Before You Leap Into Google AppsWhite Paper: Look Before You Leap Into Google Apps
White Paper: Look Before You Leap Into Google Apps
 
Home Security Systems Reno | DSC powerseries users guide
Home Security Systems Reno | DSC powerseries users guideHome Security Systems Reno | DSC powerseries users guide
Home Security Systems Reno | DSC powerseries users guide
 
AdvFS ACLs and Property Lists
AdvFS ACLs and Property ListsAdvFS ACLs and Property Lists
AdvFS ACLs and Property Lists
 
Smart Oilfield Data Mining Final Project-Rod Pump Failure Prediction
Smart Oilfield Data Mining Final Project-Rod Pump Failure PredictionSmart Oilfield Data Mining Final Project-Rod Pump Failure Prediction
Smart Oilfield Data Mining Final Project-Rod Pump Failure Prediction
 
C2675m c
C2675m cC2675m c
C2675m c
 
Smart dsp os_user_guide
Smart dsp os_user_guideSmart dsp os_user_guide
Smart dsp os_user_guide
 
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSCONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
 
TOC training Keycloak RedhatSSO UMA
TOC training Keycloak RedhatSSO UMATOC training Keycloak RedhatSSO UMA
TOC training Keycloak RedhatSSO UMA
 
Vmw vsphere-high-availability
Vmw vsphere-high-availabilityVmw vsphere-high-availability
Vmw vsphere-high-availability
 
Asterisk 13-reference
Asterisk 13-referenceAsterisk 13-reference
Asterisk 13-reference
 
Tarion Construction Performance Guidelines 3rd edition 2012 final
Tarion Construction Performance Guidelines 3rd edition 2012 finalTarion Construction Performance Guidelines 3rd edition 2012 final
Tarion Construction Performance Guidelines 3rd edition 2012 final
 
Libro joomla 2.5
Libro joomla 2.5Libro joomla 2.5
Libro joomla 2.5
 
Manual de programacion PLC Crouzet Millenium
Manual de programacion PLC Crouzet MilleniumManual de programacion PLC Crouzet Millenium
Manual de programacion PLC Crouzet Millenium
 

Ähnlich wie Graphical LCD

Link Resources Past Performance Summaries
Link Resources Past Performance SummariesLink Resources Past Performance Summaries
Link Resources Past Performance Summaries
Link Resources
 
2140 api developer-student-guide
2140 api developer-student-guide2140 api developer-student-guide
2140 api developer-student-guide
Darko Gicevski
 
133688798 frequency-planning-guidelines-alu
133688798 frequency-planning-guidelines-alu133688798 frequency-planning-guidelines-alu
133688798 frequency-planning-guidelines-alu
pkamoto
 
AV8BNA Pocket Guide.pdf
AV8BNA Pocket Guide.pdfAV8BNA Pocket Guide.pdf
AV8BNA Pocket Guide.pdf
jokerhot
 
Irrigation Design Manual
Irrigation Design ManualIrrigation Design Manual
Irrigation Design Manual
Stephen Musimba
 
C3d content ukie_doc0
C3d content ukie_doc0C3d content ukie_doc0
C3d content ukie_doc0
puilaos2011
 

Ähnlich wie Graphical LCD (20)

CEI China Port Development Report 210
CEI China Port Development Report 210CEI China Port Development Report 210
CEI China Port Development Report 210
 
Byron Schaller - Challenge 2 - Virtual Design Master
Byron Schaller - Challenge 2 - Virtual Design MasterByron Schaller - Challenge 2 - Virtual Design Master
Byron Schaller - Challenge 2 - Virtual Design Master
 
Link SDVOSB Past Performance Summaries
Link SDVOSB Past Performance SummariesLink SDVOSB Past Performance Summaries
Link SDVOSB Past Performance Summaries
 
Link SDVOSB Past Performance Summaries
Link SDVOSB Past Performance SummariesLink SDVOSB Past Performance Summaries
Link SDVOSB Past Performance Summaries
 
Link Resources Past Performance Summaries
Link Resources Past Performance SummariesLink Resources Past Performance Summaries
Link Resources Past Performance Summaries
 
PIC Project Board
PIC Project BoardPIC Project Board
PIC Project Board
 
DNV Liquified Gas Terminal
DNV Liquified Gas TerminalDNV Liquified Gas Terminal
DNV Liquified Gas Terminal
 
59582162 dpr
59582162 dpr59582162 dpr
59582162 dpr
 
CEI Cityscape Wuhan
CEI Cityscape WuhanCEI Cityscape Wuhan
CEI Cityscape Wuhan
 
2140 api developer-student-guide
2140 api developer-student-guide2140 api developer-student-guide
2140 api developer-student-guide
 
Innova 3211 User Manual
Innova 3211 User ManualInnova 3211 User Manual
Innova 3211 User Manual
 
133688798 frequency-planning-guidelines-alu
133688798 frequency-planning-guidelines-alu133688798 frequency-planning-guidelines-alu
133688798 frequency-planning-guidelines-alu
 
BizTalk Practical Course Preview
BizTalk Practical Course PreviewBizTalk Practical Course Preview
BizTalk Practical Course Preview
 
Report on flood hazard model
Report on flood hazard modelReport on flood hazard model
Report on flood hazard model
 
AV8BNA Pocket Guide.pdf
AV8BNA Pocket Guide.pdfAV8BNA Pocket Guide.pdf
AV8BNA Pocket Guide.pdf
 
Irrigation Design Manual
Irrigation Design ManualIrrigation Design Manual
Irrigation Design Manual
 
Sap basis r3 hand book
Sap basis r3 hand bookSap basis r3 hand book
Sap basis r3 hand book
 
C3d content ukie_doc0
C3d content ukie_doc0C3d content ukie_doc0
C3d content ukie_doc0
 
picoscope-6-users-guide.pdf
picoscope-6-users-guide.pdfpicoscope-6-users-guide.pdf
picoscope-6-users-guide.pdf
 
AAPM-2005-TG18.pdf
AAPM-2005-TG18.pdfAAPM-2005-TG18.pdf
AAPM-2005-TG18.pdf
 

Mehr von Raghav Shetty

Mehr von Raghav Shetty (20)

8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth
 
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
 
4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino
 
8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485 8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485
 
Xbee X-CTU Software
Xbee X-CTU SoftwareXbee X-CTU Software
Xbee X-CTU Software
 
Digitla Vibration Sensor
Digitla Vibration SensorDigitla Vibration Sensor
Digitla Vibration Sensor
 
Thermal Printer
Thermal PrinterThermal Printer
Thermal Printer
 
Digital Soil Moisture Sensor
Digital Soil Moisture SensorDigital Soil Moisture Sensor
Digital Soil Moisture Sensor
 
Micro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCUMicro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCU
 
Micro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCUMicro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCU
 
Regulated Power Supply
Regulated Power Supply Regulated Power Supply
Regulated Power Supply
 
8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter
 
LCD Keypad Shield
LCD Keypad ShieldLCD Keypad Shield
LCD Keypad Shield
 
L298 Motor Driver
L298 Motor DriverL298 Motor Driver
L298 Motor Driver
 
Joystick Shield
Joystick ShieldJoystick Shield
Joystick Shield
 
Force Sensor
Force SensorForce Sensor
Force Sensor
 
Plastic REED Float Switch
Plastic REED Float SwitchPlastic REED Float Switch
Plastic REED Float Switch
 
Flex Sensor
Flex SensorFlex Sensor
Flex Sensor
 
Serial EEPROM
Serial EEPROMSerial EEPROM
Serial EEPROM
 
DTMF Decoder Shield for Arduino
DTMF Decoder Shield for ArduinoDTMF Decoder Shield for Arduino
DTMF Decoder Shield for Arduino
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Kürzlich hochgeladen (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Graphical LCD

  • 2. www.researchdesignlab.com Page 2 GRAPHICAL LCDREV1.0 Contents OVERVIEW ................................................................................................................................... 3 GRAPHICAL LCD..................................................................................................................... 3 FEATURES ................................................................................................................................ 3 BLOCK DIAGRAM.................................................................................................................. 4 PIC CODE .................................................................................................................................. 5 RELATED PRODUCTS ............................................................................................................ 7
  • 3. www.researchdesignlab.com Page 3 GRAPHICAL LCDREV1.0 OVERVIEW GRAPHICAL LCD LCD stands for Liquid Crystal Display. It can be used to display anything. They are of many types. The ones we commonly use for embedded systems, robotics, etc are of two types – character LCD and graphical LCD. The 16x2 LCD Characters have their own limitations; they can only display characters of certain dimensions. The Graphical LCD are thus used to display customized characters and images. The Graphical LCD find use in many applications; they are used in video games, mobile phones, lifts etc. as display units. FEATURES  Display construction:128*64 DOTS.  Display mode: STN / Yellow Green.  Display type: Positive Transflective.  Operating temperature: Indoor.  Number of data line: 8-bit parallel.  Voltage: 5V.  Easy to use code library  Many fonts available .
  • 5. www.researchdesignlab.com Page 5 GRAPHICAL LCDREV1.0 PIC CODE /*IDE:MicroCPRO IC:PIC18F452*/ char GLCD_DataPort at PORTD; sbit GLCD_CS1 at RB0_bit; sbit GLCD_CS2 at RB1_bit; sbit GLCD_RS at RB2_bit; sbit GLCD_RW at RB3_bit; sbit GLCD_EN at RB4_bit; sbit GLCD_RST at RB5_bit; sbit GLCD_CS1_Direction at TRISB0_bit; sbit GLCD_CS2_Direction at TRISB1_bit; sbit GLCD_RS_Direction at TRISB2_bit; sbit GLCD_RW_Direction at TRISB3_bit; sbit GLCD_EN_Direction at TRISB4_bit; sbit GLCD_RST_Direction at TRISB5_bit; // End Glcd module connections void delay2S(){ // 2 seconds delay function Delay_ms(2000); }
  • 6. www.researchdesignlab.com Page 6 GRAPHICAL LCDREV1.0 void main() { Glcd_Init(); // Initialize GLCD Glcd_Fill(0x00); // Clear GLCD while(1) { Glcd_Fill(0x00); // Clear GLCD Glcd_Rectangle(5,5,84,35,1); // Write string Delay_ms(2000); } }
  • 7. www.researchdesignlab.com Page 7 GRAPHICAL LCDREV1.0 RELATED PRODUCTS RDL- UNO ATMEGA328 ATMEL Project Board Development Board PIC PROJECT BOARD