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

Issue: API blockSleepMode() and unblockSleepMode() undeclared

API blockSleepMode() and unblockSleepMode() is not declared and missing. Compilation then failing:

efm32gg_stk3700\EFM32_SegmentLCD\EFM32_SegmentLCD.cpp:54:5: error: 'blockSleepMode' was not declared in this scope blockSleepMode(EM2); efm32gg_stk3700\EFM32_SegmentLCD\EFM32_SegmentLCD.cpp:63:5: error: 'unblockSleepMode' was not declared in this scope unblockSleepMode(EM2);