Commit da1cce83 authored by Matthieu Cattin's avatar Matthieu Cattin Committed by Projects

sw: add clock display, use buttons to increase/decrease backlight intensity.

parent 3b33d355
*~
\#*\#
.*
\ No newline at end of file
.*
*.o
......@@ -146,11 +146,13 @@ C_SRC += \
../common/emlib/src/em_assert.c \
../common/emlib/src/em_cmu.c \
../common/emlib/src/em_emu.c \
../common/emlib/src/em_rmu.c \
../common/emlib/src/em_gpio.c \
../common/emlib/src/em_i2c.c \
../common/emlib/src/em_int.c \
../common/emlib/src/em_system.c \
../common/emlib/src/em_rtc.c \
../common/emlib/src/em_burtc.c \
../common/emlib/src/em_usart.c \
../common/emlib/src/em_timer.c \
../common/emlib/src/em_prs.c \
......@@ -158,13 +160,20 @@ C_SRC += \
../common/gfx/font_helv11.c \
../common/gfx/font_helv17.c \
../common/gfx/font_helv17b.c \
../common/gfx/font_helv22b.c \
../common/gfx/font_helv29.c \
../common/gfx/font_helv38b.c \
../common/gfx/font_luct38.c \
../common/gfx/font_xm4x5.c \
../common/gfx/font_xm4x6.c \
../common/gfx/font_xm5x8.c \
../common/gfx/font_xm16x25b.c \
../common/udelay.c \
../common/delay.c \
../common/drivers/i2cdrv.c \
../common/drivers/light_sensor.c \
../common/drivers/altimeter.c \
../common/drivers/max17047.c \
main.c
#../common/drivers/display.c \
#../common/drivers/displayls013b7dh03.c \
......
This diff is collapsed.
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