display

Reflow Soldering Oven (1)

The Reflow Soldering Oven with LCD Display using ATmega32

Introduction Our project consists of making a reflow soldering device using a normal toaster oven with a graphical LCD display for control and GUI. Soldering is an important and difficult task for custom printed circuit board design especially for integrated circuits that come as chip packages that are impossible to solder by hand. This is […]

The Reflow Soldering Oven with LCD Display using ATmega32 Read More »

display text on 16x2 LCD

How to display text on 16×2 LCD using AVR microcontroller (ATmega16)

This article is in continuation to the article Single character LCD display using AVR. The aforesaid article shows how to display a single letter on LCD. Moving forward towards learning to work with LCD, this article explains how to display a string on LCD. Displaying string is occasionally used in many applications. The connection of the LCD

How to display text on 16×2 LCD using AVR microcontroller (ATmega16) Read More »

Part 7 Building

Building a Wifi Radio – Part 7, Building an LCD Display Using Atmega

This is the seventh part of an ongoing series about building a low cost, open source streaming internet radio.  If you haven’t already, check out the previous parts (see the links at the end of this article) for some background about the project. In part six, we used OpenWrt’s UNIX-style shell commands to interface with mpd, the music

Building a Wifi Radio – Part 7, Building an LCD Display Using Atmega Read More »

pac man

Creating Pac man custom patterns and animation in LCD display using atmega

LCD modules are widely used to display calculated data’s, user references and much more. In addition all character based LCD which uses HD44780 controller consists of a special RAM known as CGRAM which allows user to create custom patterns. This tutorial will teach you to create your desired pattern as well running it as a

Creating Pac man custom patterns and animation in LCD display using atmega Read More »