Basic state handling

Prepare for handling of different screens and their states and add a
minimal menu.
This commit is contained in:
finga 2021-09-08 14:53:29 +02:00
parent cd2c6cf196
commit 727f89eeb0
2 changed files with 179 additions and 3 deletions

View file

@ -13,7 +13,7 @@ OBJCOPY := avr-objcopy
SIZE := avr-size
AVRDUDE := avrdude
CFLAGS := -mmcu=$(MCU) -Os -Wall -Werror -Wextra -Wpedantic
CFLAGS := -mmcu=$(MCU) -Os -Wall -Werror -Wextra
all: $(TARGET)