lcd

Handwriting Recognition System

Handwriting Recognition System Using Atmel Mega32

I.       Introduction Simply write; your computer will undersand! We have designed and implemented a Handwriting Recognition System using a touch screen from a Palm Pilot m125, a black and white TV and a Mega32 microcontroller. Unfortunately, due to the lack of specifications regarding the built-in LCD on the Palm Pilot, we were unable to reverse …

Handwriting Recognition System Using Atmel Mega32 Read More »

HDD analog clock with LCD touchscreen

HDD analog clock with LCD touchscreen Using Atmel Mega32

Introduction The clock is one of the oldest inventions in human history and has been used for centuries as in instrument for measuring time. There are many ways to implement this ancient technology by simple and practical methods. However, simplicity and practicality were not among the goals of this project. Instead, the project is intended …

HDD analog clock with LCD touchscreen Using Atmel Mega32 Read More »

Initialize Peripherals from Boot Loader Section

How to Initialize Peripherals from Boot Loader Section Using Atmega

In almost all the microcontroller codes the peripheral initialization functions like uart initialization, spi initialization are written along with the different application codes. These initialization functions are actually repetitions of the original initialization functions. The same is the case with the external hardware initialization like LCD initialization, GSM modem initialization etc. Suppose the case in which …

How to Initialize Peripherals from Boot Loader Section Using Atmega Read More »