Work on the second stats screen

This commit is contained in:
2024-03-05 00:54:32 -08:00
parent 81eb22e83a
commit da83874d11
6 changed files with 513 additions and 11 deletions

View File

@ -2,7 +2,7 @@
.include "config.mk"
CC=clang
CFLAGS=-std=c11 -Wall ${SQLITE3_CFLAGS}
CFLAGS=-g -std=c11 -Wall ${SQLITE3_CFLAGS}
LD=clang
LDFLAGS=-lgpio -lfigpar -lpthread ${SQLITE3_LDFLAGS}
SRCS=src/main.c src/util.c src/lcd.c src/ths.c src/button.c src/screen.c