Commit 90dc95e1 authored by Projects's avatar Projects

Removed the remaining LCD driver garbage from efm32_hello.

parent 988f933d
......@@ -122,9 +122,6 @@ INCLUDEPATHS += \
C_SRC += \
../common/Device/EnergyMicro/EFM32GG/Source/system_efm32gg.c \
../common/drivers/display.c \
../common/drivers/displayls013b7dh03.c \
../common/drivers/displaypalemlib.c \
../common/emlib/src/em_assert.c \
../common/emlib/src/em_cmu.c \
../common/emlib/src/em_emu.c \
......
......@@ -35,7 +35,6 @@
#include "em_device.h"
#include "em_cmu.h"
#include "em_gpio.h"
#include "display.h"
/* Counts 1ms timeTicks */
volatile uint32_t msTicks;
......@@ -81,8 +80,6 @@ int main(void)
GPIO_PinModeSet(gpioPortD, i, gpioModePushPull, 0);
}
DISPLAY_Init();
/* Infinite blink loop */
while (1) {
for (i = 1; i < 5; ++i) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment