Files
Joachim f5896a3609 First commit to add an example with the TTGO Camera Plus device
- For now, the example gets an image from the camera and puts it on the LCD
	- TODO: image is rotated and refresh rate not good
2020-08-25 16:52:45 +02:00

16 lines
455 B
Makefile

#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
CXXFLAGS += -D__AVR_ATtiny85__
# ifdef CONFIG_IOT_EINK_ENABLE
COMPONENT_ADD_INCLUDEDIRS := include Adafruit-GFX-Library/Fonts Adafruit-GFX-Library
COMPONENT_SRCDIRS := . Adafruit-GFX-Library
# else
# # Disable component
# COMPONENT_ADD_INCLUDEDIRS :=
# COMPONENT_ADD_LDFLAGS :=
# COMPONENT_SRCDIRS :=
# endif