Files
loboris f69d163fd9 Major update
SPI driver optimized, DMA functionality improved
  Low lewel display SPI functions optimized for speed
  16-bit color mode removed
  Improved BMP decoding, up to 2x higher speed
  All functions optimized to use DMA transfer where possible
  Some bugs fixed
  Some functions added
2017-05-29 21:11:31 +02:00

12 lines
210 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := tft_demo
EXTRA_CFLAGS += --save-temps
include $(IDF_PATH)/make/project.mk