mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ac069bfca1
Move the lcd example files out of the folder spi_master, and refactor the codes with esp_lcd driver. Add image rotation function to the example.
9 lines
270 B
Makefile
9 lines
270 B
Makefile
#
|
|
# Main Makefile. This is basically the same as a component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
|
|
#Compile image file into the resulting firmware binary
|
|
COMPONENT_EMBED_FILES := image.jpg
|