You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.3 KiB

group pfleury_lcd

Basic routines for interfacing a HD44780U-based character LCD display.

#include <lcd.h> 

LCD character displays can be found in many devices, like espresso machines, laser printers. The Hitachi HD44780 controller and its compatible controllers like Samsung KS0066U have become an industry standard for these types of displays.

This library allows easy interfacing with a HD44780 compatible display and can be operated in memory mapped mode (LCD_IO_MODE defined as 0 in the include file lcd.h.) or in 4-bit IO port mode (LCD_IO_MODE defined as 1). 8-bit IO port mode is not supported.

Memory mapped mode is compatible with old Kanda STK200 starter kit, but also supports generation of R/W signal through A8 address line.

See also: The chapter Interfacing a HD44780 Based LCD to an AVR on my home page, which shows example circuits how to connect an LCD to an AVR controller.

Peter Fleury pfleury@gmx.chhttp://tinyurl.com/peterfleury

2.0

(C) 2015 Peter Fleury, GNU General Public License Version 3

Summary

Members Descriptions