Go to file
imi415 a7bacfd671
Added automatic light sleep.
2021-06-08 00:54:03 +08:00
main Added automatic light sleep. 2021-06-08 00:54:03 +08:00
CMakeLists.txt Initial commit. 2021-05-30 12:19:28 +08:00
Makefile Initial commit. 2021-05-30 12:19:28 +08:00
README.md Update README.md 2021-06-06 21:29:09 +08:00

README.md

ESP32 S2 Cal Demo

This is a demo project for a certain ESP32-S2 board.

How to create 4-indexed(2bit) image files

Use imagemagick and bin2c utility from CUDA toolchain

# Create an indexed image from any input file
magick 57852730_p0_4indexed.png -depth 2 57852730_p0_4indexed.gray

# Convert the image to C array
bin2c 57852730_p0_4indexed.gray > 57852730_p0_4indexed.c