PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Classes | Namespaces | Macros
hd44780.h File Reference
#include <PropWare/PropWare.h>
#include <PropWare/gpio/pin.h>
#include <PropWare/gpio/simpleport.h>
#include <PropWare/hmi/output/printcapable.h>
#include <PropWare/hmi/output/printer.h>
+ Include dependency graph for hd44780.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PropWare::HD44780
 Support for the common "character LCD" modules using the HD44780 controller for the Parallax Propeller. More...
 

Namespaces

 PropWare
 Generic definitions and functions for the Parallax Propeller.
 

Macros

#define HD44780_ERRORS_LIMIT   16
 
#define HD44780_ERRORS_BASE   48
 

Detailed Description

Author
David Zemon
Collin Winans

Definition in file hd44780.h.

Macro Definition Documentation

◆ HD44780_ERRORS_BASE

#define HD44780_ERRORS_BASE   48

First HD44780 error code

Definition at line 82 of file hd44780.h.

◆ HD44780_ERRORS_LIMIT

#define HD44780_ERRORS_LIMIT   16

Number of allocated error codes for HD44780

Definition at line 80 of file hd44780.h.