Selasa, 28 Agustus 2012

KS0108 GLCD with ATmega16

In this tutorial we are going to explain how to interface the graphical LCD with ATmega16 microcontroller and the compiler used is codevision avr. The GLCD used is 128x64 pixel with KS0108 driver.Since old compilers of codevision doesn't include library for GLCD. Then you have to download the KS0108 GLCD library and you can download it HERE This library supports English...

Senin, 20 Agustus 2012

Displaying variables on LCD

LCD is very important when you use micro-controllers.It helps you to know what is happening inside micro-controller.When you use analog sensors such as temperature or humidity sensors and you want to display their values.The value is not constant and keep changing by time (variable).Then how you are going to display this value.In this simple tutorial  we are...

Kamis, 16 Agustus 2012

In this tutorial we are going to explain how to interface 7 segment display to PIC 16f877a with just two pins !!!!  as shown in the following figure :As you know that 7 segment requires 7 pins to be connected to PIC and if you use display driver such as 7447 IC it will be reduced to only four pins but if you added a decade counter ( a counter that counts from 0 to 9 )...

Rabu, 15 Agustus 2012

Introduction to seven segments display:The segments in a 7-segment display are arranged to form a single digit from 0 to F. We can display a multi-digit number by connecting additional displays. Even though LCD displays are more comfortable to work  with , 7-segment displays are still standard in the industry. This is due to their temperature robustness and visibility.Segments...