SlideShare a Scribd company logo
1 of 7
Download to read offline
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

More Related Content

What's hot

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
 

What's hot (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
 

Similar to 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
 

Similar to 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
 

More from Raghav Shetty

More from 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
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Recently uploaded (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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
 

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