hi!everybody!
one day . i am start rewrite a lcd diaplay 16*2 program.
and not use ccs DEMO inclue lcd.c program.
but i find my diaplay driver ,dont ready display my set value or char word.
i had read the lcd display datasheets.and i use 4bit program command.
my lcd display datasheets id SDEC 16*2 (LMC-SSC2E16-01)
my written content follow as :
#include <16F877.h>
#use delay(clock=10000000)
#fuses NOWDT,HS
void del (void)
{
int j;
for (j=0;j<20;j++);
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum