![]() |
LCD Library 1.2.1
LCD Library - LCD control class hierarchy library. Drop in replacement for the LiquidCrystal Library.
|
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <WProgram.h>
#include "LiquidCrystal.h"
Go to the source code of this file.
Defines | |
#define | LCD_4BIT 1 |
#define | LCD_8BIT 0 |
#define | LCD_NOBACKLIGHT 0xFF |
#define LCD_4BIT 1 |
Definition at line 45 of file LiquidCrystal.cpp.
#define LCD_8BIT 0 |
Definition at line 46 of file LiquidCrystal.cpp.
#define LCD_NOBACKLIGHT 0xFF |
Definition at line 42 of file LiquidCrystal.cpp.