Skip to content

Instantly share code, notes, and snippets.

#include <esp_camera.h>
#include <SPI.h>
#include <SD.h>
#include <M5UnitLCD.h>
#include <M5Unified.h>
#include "Unit_Encoder.h"
#include <algorithm>
#define POWER_GPIO_NUM 18
camera_fb_t* fb;
/*
・ATOMS3R カメラキット
https://www.switch-science.com/products/9916
https://shop.m5stack.com/products/atoms3r-camera-kit
・ATOMIC TFカードリーダー
https://www.switch-science.com/products/9423
https://shop.m5stack.com/products/atomic-tf-card-reader
・M5Stack用 1.5インチ透過型OLEDディスプレイユニット2
https://www.switch-science.com/products/9273
https://shop.m5stack.com/products/glass-2-unit-w-1-51inch-transparent-oled
@Yuikawa-Akira
Yuikawa-Akira / AtomS3R_pixel-art_style_camera.ino
Last active April 11, 2025 15:29
AtomS3R Pixel-art style camera
#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