Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SLCD by
Diff: FRDM-s401.h
- Revision:
- 3:f70873bc6121
- Parent:
- 1:1579bcd31410
- Child:
- 6:f4773221794b
--- a/FRDM-s401.h Mon Jan 20 21:08:32 2014 +0000
+++ b/FRDM-s401.h Mon Jan 27 21:57:38 2014 +0000
@@ -1,12 +1,10 @@
-#ifndef __FRDM_S401_H_
-#define __FRDM_S401_H_
/*^^^^^^^^^^^^^^^^ LCD HARDWARE CONECTION ^^^^^^^^^^^^^^^^^^^^^^^^*/
#define _LCDFRONTPLANES (8) // # of frontPlanes
#define _LCDBACKPLANES (4) // # of backplanes
/*
LCD logical organization definition
- This section indicate how the LCD is distributed how many characteres of (7-seg, 14,seg, 16 seg, or colums in case of Dot Matrix) does it contain
+ This section indicates how the LCD is distributed how many characteres of (7-seg, 14,seg, 16 seg, or colums in case of Dot Matrix) does it contain
First character is forced only one can be written
*/
@@ -21,7 +19,7 @@
#define _CHARNUM (4) //number of chars that can be written
#define _CHAR_SIZE (2) // Used only when Dot Matrix is used
-#define _LCDTYPE (2) //indicate how many LCD_WF are required to write a single Character / or Column in case of DOT matrix LCD
+#define _LCDTYPE (2) //indicate how many LCD_WF are required to write a single Character
/*
Following definitions indicate how characters are associated to waveform
@@ -30,46 +28,33 @@
#if HARDWARE_CONFIG == 0
// LCD PIN1 to LCDWF0 Rev B
-#define CHAR1a 37 // LCD Pin 5
-#define CHAR1b 17 // LCD Pin 6
-#define CHAR2a 7 // LCD Pin 7
-#define CHAR2b 8 // LCD Pin 8
-#define CHAR3a 53 // LCD Pin 9
-#define CHAR3b 38 // LCD Pin 10
-#define CHAR4a 10 // LCD Pin 11
-#define CHAR4b 11 // LCD Pin 12
-#define CHARCOM0 40 // LCD Pin 1
-#define CHARCOM1 52 // LCD Pin 2
-#define CHARCOM2 19 // LCD Pin 3
-#define CHARCOM3 18 // LCD Pin 4
-
-/*Special Symbols */
-#define SPECIAL_SYMBOL_COUNT 4
-
-#define _LCD_DP1_ON() SymbolON(17,0)
-#define _LCD_DP2_ON() SymbolON(8,0)
-#define _LCD_DP3_ON() SymbolON(38,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(38,0)
-#define _LCD_COL_OFF() SymbolOFF(11,0)
+#define CHAR1a 37 // LCD Pin 5
+#define CHAR1b 17 // LCD Pin 6
+#define CHAR2a 7 // LCD Pin 7
+#define CHAR2b 8 // LCD Pin 8
+#define CHAR3a 53 // LCD Pin 9
+#define CHAR3b 38 // LCD Pin 10
+#define CHAR4a 10 // LCD Pin 11
+#define CHAR4b 11 // LCD Pin 12
+#define CHARCOM0 40 // LCD Pin 1
+#define CHARCOM1 52 // LCD Pin 2
+#define CHARCOM2 19 // LCD Pin 3
+#define CHARCOM3 18 // LCD Pin 4
// LCD PIN1 to LCDWF2 for FRDM-KL46Z
#elif HARDWARE_CONFIG == 1
-#define CHAR1a 37 // LCD Pin 5
-#define CHAR1b 17 // LCD Pin 6
-#define CHAR2a 7 // LCD Pin 7
-#define CHAR2b 8 // LCD Pin 8
-#define CHAR3a 12 // LCD Pin 9
-#define CHAR3b 26 // LCD Pin 10
-#define CHAR4a 10 // LCD Pin 11
-#define CHAR4b 11 // LCD Pin 12
-#define CHARCOM0 51 // LCD Pin 1
-#define CHARCOM1 52 // LCD Pin 2
-#define CHARCOM2 19 // LCD Pin 3
-#define CHARCOM3 16 // LCD Pin 4
+#define CHAR1a 37 // LCD Pin 5
+#define CHAR1b 17 // LCD Pin 6
+#define CHAR2a 7 // LCD Pin 7
+#define CHAR2b 8 // LCD Pin 8
+#define CHAR3a 12 // LCD Pin 9
+#define CHAR3b 26 // LCD Pin 10
+#define CHAR4a 10 // LCD Pin 11
+#define CHAR4b 11 // LCD Pin 12
+#define CHARCOM0 51 // LCD Pin 1
+#define CHARCOM1 52 // LCD Pin 2
+#define CHARCOM2 19 // LCD Pin 3
+#define CHARCOM3 16 // LCD Pin 4
#endif
@@ -106,9 +91,6 @@
#define FAULTD_BP_LO 110
#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
-
-#endif /* __FRDM_S401_H_ */
+extern const uint8_t WF_ORDERING_TABLE[]; // Logical Front plane N to LCD_WFx
