bug fix,first line disappear fixed,next is clear extra points that appear incorrectly at bottom,and word-to-word alignment

This commit is contained in:
cuu
2022-02-28 06:04:37 -06:00
parent 441adea43f
commit 5d0727108d
2 changed files with 13 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -g -Wall
CFLAGS = -O0 -g -Wall
LDFLAGS =
INCLUDES = -I /usr/include/freetype2
LIBS = -lwiringPi -lm -lcrypt -lpthread -lfreetype -lrt