93 Threads found on edaboard.com: Lcd Scrolling
lcd scrolling issue to right side occurs normally, if you are using 16 character lcd and you are not blocking upto 16 character maximum than this problem will occur.
Let us talk about two characters scroll, When characters are moving from to right side from location '0' (first character) and '1' (2nd character). when 1st reach at 15 and (...)
Microcontrollers :: 29.12.2011 15:25 :: masterleous :: Replies: 5 :: Views: 871
hi,
i want to make a scrolling message display using 16*2 lcd and 8051. i tried it on proteus but when i send the command (24) display does not move to left
when i send command(28) , instead of moving to right display moves to left
im using HD44780 type.
can somebody help me???
Microcontrollers :: 25.07.2007 15:17 :: loser :: Replies: 3 :: Views: 2726
if u re using mikroc, u can use lcd_Cmd(lcd_SHIFT_RIGHT); or lcd_Cmd(lcd_SHIFT_LEFT); within a loop to move ur text.
Microcontrollers :: 14.02.2011 11:35 :: nikhil_jain :: Replies: 4 :: Views: 1250
which is the code you are using??
in the lower code you are not initilizing the lcd!
Microcontrollers :: 23.11.2011 09:12 :: ucsam :: Replies: 3 :: Views: 353
Here you have a big LED (640) that used the lcd CHIP.
All prog that used the lcd interface can use this big display.
Microcontrollers :: 13.03.2004 02:01 :: Lucas :: Replies: 695 :: Views: 372337
You should read one of the lcd Faq's thats around, for example here:
For Hi-Tech code examples check here:
best regards
Microcontrollers :: 30.07.2004 08:43 :: C-Man :: Replies: 19 :: Views: 39040
I attached the datasheet of an lcd which I feel is slightly more understandable than the rest. Anyway, the basic idea is that the output of an lcd mirrors the data stored in a RAM. So, you can carry out all sorts of fanciful effects, as long as the RAM is updated accordingly.
And yes, the cursor is a special feature that can be enabled/disabled us
Microcontrollers :: 31.07.2004 17:57 :: checkmate :: Replies: 3 :: Views: 2845
Does anyone know how to using serial interfacing by using Samsung KS0715 lcd controller??
Microcontrollers :: 23.08.2004 10:35 :: brennbar67 :: Replies: 4 :: Views: 620
I think you have to be more specific ...
Do you have 7 displays or 7 chars on one display ??
Is character scrolling ok , or is it graphicsl scrolling ??
What lcd controller is used ???
/Bingo
Microcontrollers :: 20.03.2005 17:09 :: Bingo600 :: Replies: 9 :: Views: 3917
dear friends
i want to scroll the lower line of lcd with a long message of more than 16 characters .and keeping the upper line fixed(not scrolling). how to do it with 8051 in assembly.
with best regards
amit
To scroll the second line have two methotd:
1. Scroll line by line.
2. Scroll char by char shift line to left
Microcontrollers :: 11.04.2005 02:28 :: bsiswoyo :: Replies: 2 :: Views: 5059
hi...i need some lcd display to show the asynchronous output of a device...that device may send out a continuous words to my microcontroller upon the i wish to have my lcd to display those words in scrolling manner...from right to left...must b slow enough for user to b able to read...i wil make use of my microcontroller serial buffer
Microcontrollers :: 14.05.2005 15:23 :: louislu :: Replies: 3 :: Views: 890
Hi,
you can only shift the whole display with an lcd command.
To shift the top line only you must write your own routine ...
best regards
Microcontrollers :: 06.06.2005 10:21 :: C-Man :: Replies: 9 :: Views: 1318
somewhere in the lcd driver the maths is wrong
or your routine to scroll has a line number error when its buffer is in oveflow
post the code for your project so we can all view it please
Microcontrollers :: 05.12.2005 22:13 :: VSMVDD :: Replies: 4 :: Views: 892
hii frnds..i am doin my project in vhdl. i am giving my aim of the project. what i need is whether there is a compatibility between virtexe and spartan2 fpgas for keyboard interface,displa interface.lcd& 7 segment display interface and also it better 2 use 2 kits or is it better 2 write a program on chip (micro controller89s52) and then int
PLD, SPLD, GAL, CPLD, FPGA Design :: 01.01.2006 07:36 :: raghava_kumar85 :: Replies: 3 :: Views: 712
I am not sure if this link has lcd scrolling display.
You can PM me if you want to outsource.
Microcontrollers :: 27.09.2006 13:23 :: glenjoy :: Replies: 1 :: Views: 2117
what kind of lcd you will use?
16x2? graphic?
if yes you can try to use an serial decode and encode or try to use an microcontroler to recieve the signals.
RF, Microwave, Antennas and Optics :: 24.10.2006 20:38 :: veioloko :: Replies: 5 :: Views: 566
i want to scroll message by 2x16 lcd cell by cell and line by line and i m wondering weather i can do it automatically by the lcd features and instructions or i should do it by software ????
thanx in advnace,
avi
Microcontrollers :: 23.12.2006 19:13 :: aviv6371 :: Replies: 0 :: Views: 899
look this...
Microcontrollers :: 10.02.2007 11:55 :: pepek :: Replies: 12 :: Views: 11966
Hi,
I'm working on lcd HD44780. To display text or value is no problem but I want to display moving message on it. I don't understand it. Could anyone help me, pls!
I'll be very thanksful!
(fan of C language) :D
Microcontrollers :: 04.05.2007 11:04 :: member_tdh :: Replies: 4 :: Views: 1877
Hi ,
For example , take the 'Pong' sources ...
They are all file in it.
This fonts and images files are loaded from the pcf8833 driver.
#include
#include
#include
Now for get image on your display ...
You have first to make the array of points from your image and put them in the image.c file under :
Microcontrollers :: 17.04.2008 17:31 :: Darth.Vader :: Replies: 18 :: Views: 13151
Hi! Check Zilog application note, they are a useful library (ANSI C) for lcd16x2!
I use these libraries with minor modifications in some others "machines" without big revisions is very nice!
Gorkin
Microcontrollers :: 04.08.2007 00:16 :: gorkin :: Replies: 1 :: Views: 1367
This is a full 8051 lcd 2X16 8 bit Interface
i hope it will help someone
Regards
Microcontrollers :: 22.10.2007 15:01 :: Medtronic :: Replies: 15 :: Views: 2239
Can anyone suggest me some code for scrolling up,down left n rigt on 128x64 pixel graphics lcd. I am using DM12864A glcd with KS0108B controller.
Microcontrollers :: 07.12.2007 09:54 :: ajfreak :: Replies: 0 :: Views: 756
Hi guys, I'm busy working on a Acer labs lcd monitor - Model AL1717.
I would really appreciate it if anybody could upload a service manual for me.
The symptoms of the fault are scrolling wavy horizontal lines about 2-3cm apart, i think its a faulty filter cap causing the problem.
Service Manuals, Requests, Repair Tips :: 08.05.2008 18:03 :: piratekoos :: Replies: 2 :: Views: 5333
You don't need different ports to interface 2 lcds. You can have DB0-DB7, RS, RW pins common. Only EN pins of each lcd will go to different pins on the microcontroller.
What do you means by floating from right to left? You mean scrolling ?
Microcontrollers :: 24.11.2009 16:53 :: CMOS :: Replies: 25 :: Views: 29244
I recently obtained SED1335 based lcd EW32FA0FLW module and connected it to a PIC 18f452 microcontroller. Data on port D, control lines on port B, using CCS and sed1335.c driver, modified the pin definitions in header file - nothing! display is just white all the time, I provided external +24V to power the lcd display because no DC-DC converter ins
Microcontrollers :: 20.06.2009 03:48 :: mirkoslav :: Replies: 6 :: Views: 1704
Hi all,
I am working on lcd controller SED13305.Now i am able to write Text and bitmap (.bmp) images to the display.I need to use scrolling too.
Can anyone help me to do scrolling ...
Please suggest a link or sample code to do the above
Thanks
Winses
Microcontrollers :: 22.07.2009 12:40 :: winses :: Replies: 0 :: Views: 692
First, you have to realize how the memory in an lcd is mapped. The two rows in memory aren't separate. Assuming you are using an HD44780-based display, the first row starts at like 0x00 and the second row starts at like 0x40. If you want to scroll just the second row, you need to write your own routine that will only shift the characters over from
Microcontrollers :: 12.08.2009 15:42 :: Los Frijoles :: Replies: 3 :: Views: 1909
Hello everybody..
I've just started to get used THRSim11 software (uses assembly language). For the purpose of learning, I've tried to make my own programming for lcd Display.I used I/O Box as the display. My programming can display the predetermined message. Unfortunately, I don't know how to scroll the message :cry:
From my understanding, all
Microcontrollers :: 29.01.2010 15:40 :: luckyrei :: Replies: 2 :: Views: 767
I can display Mesgs on lcd...
But iam finding difficulty in Mesg scrolling.. i know the command set 0x10 to move the display to Left.. but its difficult in implementing..
and one more thing i seen lcd_scroll() functin in lcd programig how to work on that....
plz Help me in this regard
SRINU ,
Microcontrollers :: 08.05.2010 11:36 :: srinu249 :: Replies: 1 :: Views: 640
hi
im using pic16f877A and 2x16 lcd. i programmed the pic to scroll the text across lcd. it is scrolling perfectly but the problem is that i want that when the text in row 1 of the lcd scrolls, another text shud scroll on the same row . can u plz help.
int i;
void main()
{ (...)
Microcontrollers :: 23.06.2010 11:26 :: muza1988 :: Replies: 8 :: Views: 1425
In a 16x2 lcd no, but you can try this fucnction it is quite efficient:
void ScrollMessage(unsigned char row,const char Message)
{
char TempS;
unsigned int MHead=0,Done=0,counter;
if(row >1) row=1;
row=row*40;
while(Done==0)
{
for(counter=0;counter<16;counter++)
{
TempS=Message;
Microcontrollers :: 14.07.2010 10:45 :: spiralbrain :: Replies: 1 :: Views: 887
yes Graphics lcd is the way to go if you want to go a vertical scroll. Character lcd's only let you control individual rows of characters. In graphic lcd's you can control a row of pixels.
Microcontrollers :: 05.08.2010 07:12 :: spiralbrain :: Replies: 2 :: Views: 781
Dear all,
I've written a code for vehicle tracking system.where i am displaying the incoming messages on lcd screen. But my question is can i display 2-3(>160 characters) sms at a time(like scrolling upwards) on lcd. Please reply....Iam using SIM548 module
Thanks in advance...
Microcontrollers :: 06.10.2010 13:24 :: bikashh :: Replies: 0 :: Views: 481
Dear friends ,
I am using t6963c controller based 240 * 128 pixel graphic lcd.I am able to scroll the the custom made big size(50 pixel height) character in horizontal mode.
I am changing the graphics home address set command for scrolling .The thing is that after scrolling to 30 times the character again comes on screen from right.
I (...)
Microcontrollers :: 02.04.2011 09:18 :: jatin12345 :: Replies: 0 :: Views: 574
I have seen many example code for moving text left and right then I saw a video in which text is moving up and down but the MIkroC lcd library functions do not have any command to move text up and down.
Anyone knows the code to move text up and down.
Microcontrollers :: 15.05.2011 02:26 :: tahir4awan :: Replies: 4 :: Views: 559
Here's a PIC project using MikroC which scrolls text across lcd remotely controlled via serial port to PC:
A PIC Serial lcd project
You should be able to download the project code and use it as a template for your program.
PC Programming and Interfacing :: 02.06.2011 10:24 :: bigdogguru :: Replies: 11 :: Views: 5048
this is example may help you but with 8051
Text animation on lcd using 8051 Microcontroller (AT89C51)
Microcontrollers :: 13.06.2011 18:05 :: #MAAM# :: Replies: 4 :: Views: 1461
Dear all,
I have 2 lines lcd display. I need to connect this lcd to MCU. The problem is that if I need to send scrolling messages, everytime I need to send the messages to lcd. I cannot waste the MCU cycles on this. Does anyone of you know any lcds that comes with memory (once I send a data, (...)
Professional Hardware and Electronics Design :: 11.11.2011 08:41 :: enemra :: Replies: 1 :: Views: 546
hi,
i am using 2*16 lcd dispaly connected with 89c51.
please help me by provideing the particlar command or embedded c code.
Microcontrollers :: 17.11.2011 11:39 :: regin :: Replies: 13 :: Views: 470
I want to create scrolling text on lcd 2x16..
how to create source code use ASM AT89c51
please help me
Microcontrollers :: 25.06.2012 15:02 :: Li_ereunpisan :: Replies: 2 :: Views: 400
Tutorial for scrolling text on 16x2 lcd with 8051
Microcontrollers :: 06.08.2012 00:53 :: tpetar :: Replies: 1 :: Views: 521
I have led scrolling display project atmega8535 micro control with pc key board interface, but type the data is not stored. please i want save typed data. my email ID: srinivaskumarbesu@gmail.com, srinivas2079@hotmail.com; please rectify this problem and send it. and how to change 16*10 Font size.
#include <90s8535.
Trashcan :: 02.08.2012 07:45 :: srinivaskumarbesu :: Replies: 0 :: Views: 7
This is sir zuisti's code for led srolling, and im planning to use keyboard for inputting the message instead of having it in constant... i have code for the code input...but the problem is i dont know where to put the code...i tried manipulating sir zuisti's code but still keyboard is not associated...i humbly asking for your help...i also tried a
Microcontrollers :: 26.09.2012 16:29 :: adelair :: Replies: 0 :: Views: 307
//Project: lcd HD44780 Lesson, lcd 16X2 Example
//Programmer: Shahrulnizam Mat Rejab
//PIC: PIC16F877A, PIC16F887, PIC18F4550
//Crystal Frequency: 20MHz
//Compiler: HI-TECH C for PIC10/12/16 V9.83, PIC18 V9.65
//Last Modified: 31 August 2012
//Website: shahrulnizam.com
#define HD44780
#define HD44780_ADVANCE
#define ROW 2
Microcontrollers :: 01.11.2012 16:46 :: engshahrul :: Replies: 4 :: Views: 539
Hi,
It seems to be a cliche to ask code help for scrolling display. But, mostly the help is available for scrolling LED display or Char lcd display.
I am using 128x64 Glcd on which we write data using column scanning. So, scrolling of data from left to right or right to left is easy and I have (...)
Microcontrollers :: 19.02.2013 07:00 :: misnomerfrenzy :: Replies: 1 :: Views: 83
Hello everyone,
Is it possible to do horizontal scrolling in SSD1963 based TFT lcd? Is there any command for horizontal scrolling in that. I want to scroll a waveform graph in my TFT lcd. I am using AVR XMega32A4 microcontroller.
Microcontrollers :: 28.02.2013 09:50 :: ravi1488 :: Replies: 0 :: Views: 81
See this for USB, check videos
The PS2 Keyboard Library for AVR
AVR PS2 mouse readout example
Microcontrollers :: 29.04.2013 23:46 :: tpetar :: Replies: 2 :: Views: 140
Hi,
I just begin with FPGAs and have recepted this afternoon my first FPGA dev board
The package I have recepted have the dev board (labeled RCXQ208_V5), USB/serial wires , the AC/DC transformer, one remote controler and one cd-rom
**BUT ANY INSTRUCTION PAPER** :(
(only two japans (or chineses) visit cards when I can see "Altera, Xilink,
Software Problems, Hints and Reviews :: 15.05.2013 21:46 :: yannoo95170 :: Replies: 2 :: Views: 214
Hi !
You can find a complete RDS encoder project at Build it yourself, it's FREE
Other Design :: 14.01.2004 12:47 :: MyRDS :: Replies: 6 :: Views: 7127