Fix LCD lib include paths and header file
This commit is contained in:
parent
801f825c6b
commit
aec36f1ae2
@ -4,9 +4,13 @@ Author : SA Development
|
|||||||
Version: 1.11
|
Version: 1.11
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#include "avr\pgmspace.h"
|
#include <avr/pgmspace.h>
|
||||||
|
#include <avr/sfr_defs.h>
|
||||||
|
#include <inttypes.h>
|
||||||
#include "hd44780.h"
|
#include "hd44780.h"
|
||||||
#include "avr\sfr_defs.h"
|
#include "hd44780_settings.h"
|
||||||
|
|
||||||
|
|
||||||
#if (USE_ADELAY_LIBRARY==1)
|
#if (USE_ADELAY_LIBRARY==1)
|
||||||
#include "adelay.h"
|
#include "adelay.h"
|
||||||
#else
|
#else
|
||||||
|
@ -7,10 +7,8 @@ Version: 1.11
|
|||||||
#ifndef HD44780_H
|
#ifndef HD44780_H
|
||||||
#define HD44780_H
|
#define HD44780_H
|
||||||
|
|
||||||
#include "hd44780_settings.h"
|
|
||||||
#include "inttypes.h"
|
|
||||||
|
|
||||||
//LCD Constants for HD44780
|
//LCD Commands for HD44780
|
||||||
#define LCD_CLR 0 // DB0: clear display
|
#define LCD_CLR 0 // DB0: clear display
|
||||||
|
|
||||||
#define LCD_HOME 1 // DB1: return to home position
|
#define LCD_HOME 1 // DB1: return to home position
|
||||||
|
Loading…
Reference in New Issue
Block a user