Kamis, 16 Oktober 2014

contoh simulasi tampilan tulisan di Layar LCD

















//  APLIKASI TAMPILAN PADA LCD

#include <mega16.h>
#include <alcd.h>
#include <stdio.h>

char buf[33];

void main(void)
{

      lcd_init(16);
      lcd_gotoxy(0,0);
      lcd_putsf("SELAMAT DATANG");
     
      lcd_gotoxy(4,0);
      lcd_gotoxy(0,1);
     
      sprintf(buf,"SMKN1 JHT");
      lcd_puts(buf);

while (1)
     
      {
      };                                 
}
 













Tidak ada komentar:

- See more at: http://winnerparluhutan.blogspot.com/2012/12/cara-membuat-link-otomatis-di-blogger.html#sthash.c0OKL0fD.dpuf