Code cleanup of lcdLib.h

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-10-04 21:20:51 -04:00
parent a7f83fbe63
commit 2a1073f658
1 changed files with 13 additions and 7 deletions

View File

@ -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
*/