v1
Dependents: ACC_LCD_541_Goniometer_Dorian_Folie
Fork of SLCD by
Diff: FRDM-s401.h
- Revision:
- 1:1579bcd31410
- Parent:
- 0:d04758e76d5b
- Child:
- 3:f70873bc6121
diff -r d04758e76d5b -r 1579bcd31410 FRDM-s401.h --- a/FRDM-s401.h Tue Jan 14 07:00:15 2014 +0000 +++ b/FRDM-s401.h Mon Jan 20 21:08:32 2014 +0000 @@ -1,8 +1,8 @@ #ifndef __FRDM_S401_H_ #define __FRDM_S401_H_ /*^^^^^^^^^^^^^^^^ LCD HARDWARE CONECTION ^^^^^^^^^^^^^^^^^^^^^^^^*/ -#define _LCDFRONTPLANES (8) // # of frontPlanes -#define _LCDBACKPLANES (4) // # of backplanes +#define _LCDFRONTPLANES (8) // # of frontPlanes +#define _LCDBACKPLANES (4) // # of backplanes /* LCD logical organization definition @@ -28,7 +28,6 @@ */ /* Hardware configuration */ #if HARDWARE_CONFIG == 0 -#undef DOT_MATRIX // LCD PIN1 to LCDWF0 Rev B #define CHAR1a 37 // LCD Pin 5 @@ -72,21 +71,6 @@ #define CHARCOM2 19 // LCD Pin 3 #define CHARCOM3 16 // LCD Pin 4 -#define SPECIAL_SYMBOL_COUNT 4 - - -#define _LCD_DP1_ON() SymbolON(17,0) -#define _LCD_DP2_ON() SymbolON(8,0) -#define _LCD_DP3_ON() SymbolON(26,0) -#define _LCD_COL_ON() SymbolON(11,0) - -#define _LCD_DP1_OFF() SymbolOFF(17,0) -#define _LCD_DP2_OFF() SymbolOFF(8,0) -#define _LCD_DP3_OFF() SymbolOFF(26,0) -#define _LCD_COL_OFF() SymbolOFF(11,0) - - - #endif @@ -123,7 +107,8 @@ #define FAULTD_TIME 6 extern const uint8_t WF_ORDERING_TABLE[]; // Logical Front plane N to LCD_WFx -extern const char ASCII_TO_WF_CODIFICATION_TABLE[]; // ASCII to 7x5 Dot Matrix +//extern const char ASCII_TO_WF_CODIFICATION_TABLE[]; // ASCII to 7x5 Dot Matrix #endif /* __FRDM_S401_H_ */ +