Quantcast
Channel: LCD Projects - PIC Microcontroller
Viewing all articles
Browse latest Browse all 253

Scrolling Text on LCD by PIC Microcontroller

$
0
0

Scrolling Text on LCD by PIC microcontroller is very simple but very important one. For moving forward we need basic knowledge on how to display the text on LCD by pic Micro controller. For that please see my previous post on that “Displaying text on LCD by interfaced with PIC16F877 microcontroller in 4 bit mode” .

Now to start with Scrolling text on LCD by PIC microcontroller in 4 bit mode, we need support of

  • 1 Proteus 7 Professional (where we Make your hardware arrangement our project and simulate it to see the result)
  • 2 Mikcro C. (here we write the Embedded C Program and build the hex file of that)

Scrolling Text on LCD by PIC Microcontroller

So we start with Proteus 7 Professional

To build Scrolling text on LCD by PIC microcontroller in 4 bit mode, we need to add some device in proteus as like in other project we did. Those are

  • 1)      Crystal
  • 2)      Pic16f877
  • 3)      LM016L ( LCD display)

Now how to add, make the interfacing and to see the result of our project how it simulates? See my video in below where I show you step by step.

 

In Makcro C

See in Makcro C how to display text in LCD I already discus in my previous post at Displaying text on LCD by interfaced with PIC16F877 microcontroller in 4 bit mode . so in this post I not discussing tish portion I only discuss how to scrolling the text. For scrolling the text we have to know some other command those are

 

LCD_SHIFT_RIGHT         (By this command text on LCD shift one bit position in Right)

LCD_SHIFT_LEFT            (By this command text on LCD shift one bit position in left)

 

For more detail: Scrolling Text on LCD by PIC Microcontroller

The post Scrolling Text on LCD by PIC Microcontroller appeared first on PIC Microcontroller.


Viewing all articles
Browse latest Browse all 253

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>