You've already forked M5Stack_TFT_ILI9341
mirror of
https://github.com/m5stack/M5Stack_TFT_ILI9341.git
synced 2026-05-20 10:07:47 -07:00
f69d163fd9
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
12 lines
210 B
Makefile
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
|
|
|