This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <esp_camera.h> | |
#include <SPI.h> | |
#include <SD.h> | |
#include <M5UnitLCD.h> | |
#include <M5Unified.h> | |
#include "Unit_Encoder.h" | |
#define POWER_GPIO_NUM 18 | |
camera_fb_t* fb; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <esp_camera.h> | |
#include <SPI.h> | |
#include <SD.h> | |
//#include <M5UnitLCD.h> | |
#include <M5UnitGLASS2.h> | |
#include <M5Unified.h> | |
#include "Unit_Encoder.h" | |
#define POWER_GPIO_NUM 18 | |
camera_fb_t* fb; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <esp_camera.h> | |
#include <FastLED.h> | |
#include <SPI.h> | |
#include <SD.h> | |
#include <M5Unified.h> | |
#define KEY_PIN 1 | |
#define LED_PIN 2 | |
#define POWER_GPIO_NUM 18 |