Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Which LCDs is suitable for PIC18F258?

Status
Not open for further replies.

Rachna

Newbie level 2
Joined
Sep 5, 2004
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
16
128-64 glcd proje

HI,

I am a student working on a project which uses PIC18F258. I am studying in India. I would like to know that which LCD display/driver will be best suited for this microcontroller application.

My application is based on automobile testing and i am building a circuit for the same.

PLEASE HELP !!!

Regards,

Rachna.
 

Re: LCDs for PIC18F258

What are you looking for, Alphanumerics or Graphic LCDs ?
 

LCDs for PIC18F258

for Alphanumerics LCD HD44780 is very popular.
you can use them. there is plenty of examples on the web.
also i want to use graphic lcd(128-64). which chip set do you suggest? it should be easy to use (with 8 bit MCU) and cost effective.....
 

EMAIl

Brasil!!!!

Meus amigos My HELLLPPPs.!

galera ai to tendo muita dificuldade de programar no PIC18F258.
alguém tem algum linck que possa me ajudar, ou algum .doc ou .pdf,
to com um monte de duvidas aqui.
vamos a primeira delas estou usando este código para acender um LED>>>

#include <p18f258.h>
#include <delays.h>
#define LED PORTCbits.RC5
void main()
{
TRISC = 0;
LED=1;
while(1)
{
Delay10KTCYx(5);
LED = !LED;
}
}

no pic 16 tem de declarar qual o oscilador que você esta usando neste
ai eu não sei to usando este código ai e não esta funcionando!

me ajudem por favor, cara eu já to rodando a internet faz mais de uma
semana e nada que eu acho me ajuda!

Added after 55 seconds:

lana.deivison@gmail.com
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top