[SOLVED] problem of displaying numbers in Lcd display

Status
Not open for further replies.

PRABAKARDEVA

Full Member level 2
Joined
Sep 16, 2013
Messages
127
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Location
Chennai
Visit site
Activity points
2,168
hello guys,

I am using pic 16F877A.
i didn't know that how to display the numbers orderly or whatever,when i presses keys in matrix keypad...
 

Hi

Is it with the code or the hardware interface you are stuck with?

Regards
 

if you work in C you can use sprintf() in <stdio.h> to convert numeric data to a text string which can then be written to an LCD display, e.g.
Code:
    char text[20]={0};
   sprintf(text,"%s board V%d.%d", SYSTEM, VERSION, SUBVERSION);									
   lcdStringAtCursor(text);
 
Reactions: tux1

    tux1

    Points: 2
    Helpful Answer Positive Rating
I had seen the slow response and low quality in display color 1024 x 480 pixels, so try make clear with you code in some project .
 

Hi

Is it with the code or the hardware interface you are stuck with?

Regards

i think that stuck with the code not hardware..


thanks in advance

- - - Updated - - -

Do you work with assembly code for interface ?

I am working with embedded c in MplabX IDE
 

Sometime , we work with low quality eqipment , the good mathematical model must be use , PCA , neural network , Fuzzy Logic , Genetics Algorithm ... etc.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…