mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-16 20:13:08 +08:00

- 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
15 lines
310 B
CMake
15 lines
310 B
CMake
idf_component_register(
|
|
SRC_DIRS
|
|
.
|
|
Adafruit-GFX-Library
|
|
|
|
INCLUDE_DIRS
|
|
include
|
|
Adafruit-GFX-Library/Fonts
|
|
Adafruit-GFX-Library
|
|
|
|
PRIV_REQUIRES
|
|
spi_flash
|
|
)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D__AVR_ATtiny85__") |