mirror of
https://github.com/Derisis13/AT-VFD.git
synced 2025-12-06 19:32:49 +01:00
Fix: changed display digits to 15 according to my vfd
Refactor: one function to set display mode Enhancement: made demo program display something Enhancement: changed compiler optimisation for smaller size
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ MCU=atmega88
|
||||
F_CPU=8000000UL
|
||||
CC=avr-gcc
|
||||
OBJCOPY=avr-objcopy
|
||||
CFLAGS=-std=c99 -Wall -g -O3 -mmcu=${MCU} -DF_CPU=${F_CPU} -I/usr/lib/avr/include/
|
||||
CFLAGS=-std=c99 -Wall -g -Os -mcall-prologues -mmcu=${MCU} -DF_CPU=${F_CPU} -I/usr/lib/avr/include/
|
||||
TARGET=main
|
||||
SRCS=main.c PT6302.c PT6302.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user