Code cleanup of lcdLib.h
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
a7f83fbe63
commit
2a1073f658
20
lcdLib.h
20
lcdLib.h
@ -34,9 +34,21 @@
|
||||
4-bit mode that allows the data bus lines to use any IO pin.
|
||||
*/
|
||||
|
||||
// Includes
|
||||
// Includes -------------------------------------------------------------------------------
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
//------------------------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
Screen characteristics (unused) TODO
|
||||
*/
|
||||
|
||||
#define LCD_NUMBER_OF_LINES 2
|
||||
#define LCD_CHARACTERS_PER_LINE 20
|
||||
|
||||
#define LCD_CHARACTER_FONT
|
||||
|
||||
|
||||
/* Modes */
|
||||
|
||||
@ -68,12 +80,6 @@
|
||||
#define LCD_ENABLE_PORT PORTD
|
||||
#define LCD_ENABLE_DDR DDRD
|
||||
|
||||
// Screen characteristics (unused) TODO
|
||||
#define LCD_NUMBER_OF_LINES 2
|
||||
#define LCD_CHARACTERS_PER_LINE 20
|
||||
|
||||
#define LCD_CHARACTER_FONT
|
||||
|
||||
/*
|
||||
Mode specific settings
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user