Difference between revisions of "Interfacing KS0108 GLCD with Starter AVR"
Line 2: | Line 2: | ||
Now a days GLCD's are more popular than character LCD's as we can create different fonts, display bitmap images and lot more. So in this tutorial we will interface KS0108 GLCD with our Starter AVR board which has ATmega 32 micro controller on it. To learn more about this GLCD, visit our [[ Interfacing KS0108 based JHD12864E Graphics LCD with Atmega32]] tutorial. | Now a days GLCD's are more popular than character LCD's as we can create different fonts, display bitmap images and lot more. So in this tutorial we will interface KS0108 GLCD with our Starter AVR board which has ATmega 32 micro controller on it. To learn more about this GLCD, visit our [[ Interfacing KS0108 based JHD12864E Graphics LCD with Atmega32]] tutorial. | ||
==Basic== | ==Basic== | ||
− | + | As Starter AVR board has facility to connect character LCD directly on board but not GLCD, we will use [[LCD Breakout Board for 16x1 16x2 20x4 128x64| LCD brakout]] | |
==Hookup== | ==Hookup== |
Revision as of 17:10, 16 April 2016
Now a days GLCD's are more popular than character LCD's as we can create different fonts, display bitmap images and lot more. So in this tutorial we will interface KS0108 GLCD with our Starter AVR board which has ATmega 32 micro controller on it. To learn more about this GLCD, visit our Interfacing KS0108 based JHD12864E Graphics LCD with Atmega32 tutorial.
Contents
Basic
As Starter AVR board has facility to connect character LCD directly on board but not GLCD, we will use LCD brakout
Hookup
Code
Demo
Downloads