LCD Projects

Nokia 3310 LCD

NOKIA 3310 LCD interfacing with ATmega8

Using graphic LCD in a project gives it really a good look and flexibility of displaying different characters and shapes. But, the graphic LCDs are quite costly. The NOKIA 3310 LCD provides a really low-cost solution to add a small graphic display into your project and also good for learning purpose. The LCD is SPI bus compatible, saving many pins for other uses. …

NOKIA 3310 LCD interfacing with ATmega8 Read More »

LCD display

4 bit interfacing of a 16X2 LCD display to PIC16F877A, Atmega16/32 & MSP430

16×2 LCDs are most commonly used display units in microcontroller based projects. I got much information about LCD, LCD commands, LCD initialization etc from the below link and I hope, it will be very much helpful for beginners. http://www.dinceraydin.com/lcd/intro.htm Below is my final working code for 4 bit mode LCD with PIC16F877A: (HI-TECH C) #include<pic.h> #define _XTAL_FREQ 20e6 __CONFIG(0x3F3A); …

4 bit interfacing of a 16X2 LCD display to PIC16F877A, Atmega16/32 & MSP430 Read More »

GLCD sch

Graphical LCD with KS108 controller Using Atmega

Description The Graphical LCD 128×64 controlled is with the ATMega16, the graphic LCD GLCD HG1286418C-VA with a S6B0107/S6B0108 controller is used. See below for the pinout of the display. The display has 8 data bits and 5 control bits. The databits are hooked to PORTB and the control bits are hooked to PORTD of the Mega16. A small PCB board is made for easy …

Graphical LCD with KS108 controller Using Atmega Read More »

LCD Display

LCD Display On Glass Interface Using AT2313 Using Atmega

Description Liquid Crystal Display on Glass is the newest in LCD technology. The display’s are very compact, it measures 55×27 mm and the height is only 2mm without LED backlight and 5.8mm with LED backlight. The display’s can have different LED background light instead of only the green and blue of the normal LCD modules.There are 5 monochrome colors …

LCD Display On Glass Interface Using AT2313 Using Atmega Read More »

LCD Interface

LCD Interface Board Using ATTiny2313

Description This board can directly connected to the STK 500 board or the ATTiny2313 ISP program board with a 10 pole flatcable on the 10 pin header of the STK500 and the 10 pin header of the LCD/Switch board. The display has 16*2 character positions and is Hitachi HD44780 compatible, and also has a LED backlight that can be switched on/off by a jumper. It uses …

LCD Interface Board Using ATTiny2313 Read More »

Dot Matrix Font (1)

LED Scolling Dot Matrix Font & Graphics Generator 5×8 5×7 8×8 using the AVR ATtiny2313 and AVRStudio

If you are into geeking it out with projects of the electronical kind, then you have likely wanted to create a dot matrix display or a POV. To do this you will need to have a font file or table to read the characters from. There are alot of ways to get this file. The …

LED Scolling Dot Matrix Font & Graphics Generator 5×8 5×7 8×8 using the AVR ATtiny2313 and AVRStudio Read More »

Supplies

AVR LCD Namebadge Using ATtiny2313

So, you’re going to a conference/meetup/nerdfest and you want to do something that sets you apart from normal people.  An LCD namebadge powered by an ATtiny2313 is a great way to do that.  This is a general purpose LCD display unit powered by a 9V battery and a simple voltage regulator circuit (the same 7805 circuit you see absolutely everywhere).  It’s no-frills, but …

AVR LCD Namebadge Using ATtiny2313 Read More »