Maker Pro
Maker Pro

New AVR projects using nokia LCD and BCD math library

R

Rolf R Bakke

Hello, I have 3 Atmel AVR projects ready for download:


CONNECT A NOKIA 7110 LCD TO YOUR AVR
This project enables you to connect a Nokia 7110 LCD to your AVR and
use it to show text
and graphics. The library contains routines for drawing text, numbers,
pixels and lines.
The LCD is 96x64 pixels

7.8 SIGNED FIXED POINT BCD MATH LIBRARY
This library is a set of macros/commands to calculate decimal numbers
with high precison
(range from -9999999.99999999 to 9999999.99999999)
for Atmel AVR Mega163. (and other AVR's with hardware multiplier)
There is 10 macros/commands, including add, subtract, multiply, divide
and compare.
There is also commands for converting between binary and BCD.

GRAPHIC TEMPERATURE LOGGER USING AVR AND NOKIA 7110 LCD
This project is a temperature logger using a M163, a nokia 7110 LCD
and a SMT 160-30 temperature sensor.


For description and pictures goto:

http://home.broadpark.no/~rrbakke/

Regards
Rolf Bakke
 
Top