Add files for user interface via rotaryencoder/button and LCD

This commit is contained in:
2020-02-23 21:06:42 +01:00
parent 8ffc5c11e0
commit c35c80ce24
7 changed files with 138 additions and 1 deletions

View File

@@ -45,10 +45,12 @@ CFILES += calibration.c
CFILES += temp-converter.c
CFILES += rotary-encoder.c
CFILES += rotary-encoder.c button.c
CFILES += stack-check.c
CFILES += ui/lcd.c ui/menu.c
DEFINES += -DDEBUGBUILD
###################################################################################