This is a driver for the segment LCD found on the Silicon Labs EF32 Giant, Leopard and Wonder Gecko platforms. NOTE: This driver will not work with other platforms, because it contains EFM32-specific code.

Dependents:   EFM32 RDA5807M RDS Radio EMF32-Segment-Touch-Demo EMF32_ShowKey blinky_EFM32_Giant ... more

Information

All examples in this repo are considered EXPERIMENTAL QUALITY, meaning this code has been created as one-off proof-of-concept and is suitable as a demonstration for experimental purposes only. This code will not be regularly maintained by Silicon Labs and there is no guarantee that these projects will work across all environments, SDK versions and hardware.

/media/uploads/stevew817/screenshot_2015-03-17_11.17.52.png

Files at this revision

API Documentation at this revision

Comitter:
stevew817
Date:
Mon May 04 20:40:26 2015 +0000
Parent:
5:e692ded4462b
Commit message:
Add pin defines for WG and LG

Changed in this revision

segmentlcdconfig_stk_lg.h Show annotated file Show diff for this revision Revisions of this file
segmentlcdconfig_stk_wg.h Show annotated file Show diff for this revision Revisions of this file
diff -r e692ded4462b -r 114aa75da77b segmentlcdconfig_stk_lg.h
--- a/segmentlcdconfig_stk_lg.h	Mon May 04 15:54:47 2015 +0000
+++ b/segmentlcdconfig_stk_lg.h	Mon May 04 20:40:26 2015 +0000
@@ -17,6 +17,7 @@
 #define __SEGMENTLCDCONFIG_H
 
 #include "em_lcd.h"
+#include "PinNames.h"
 
 #ifdef __cplusplus
 extern "C" {
diff -r e692ded4462b -r 114aa75da77b segmentlcdconfig_stk_wg.h
--- a/segmentlcdconfig_stk_wg.h	Mon May 04 15:54:47 2015 +0000
+++ b/segmentlcdconfig_stk_wg.h	Mon May 04 20:40:26 2015 +0000
@@ -17,6 +17,7 @@
 #define __SEGMENTLCDCONFIG_H
 
 #include "em_lcd.h"
+#include "PinNames.h"
 
 #ifdef __cplusplus
 extern "C" {