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

Fix compile issue (undefined LOW_ENERGY_CLOCK_FREQUENCY symbol)

Add missing include (clocking.h)

This include defines the LOW_ENERGY_CLOCK_FREQUENCY symbol that is needed for computing the prescaler.

Fork of EFM32 Segment LCD library - used as pull request source for bugfixes