Skip to content

Instantly share code, notes, and snippets.

View lovyan03's full-sized avatar

lovyan03 lovyan03

View GitHub Profile
@lovyan03
lovyan03 / CompoundOscillation.ino
Last active April 16, 2022 00:58 — forked from tobozo/CompoundOscillation.ino
Compound oscillation demo for ESP32
// Compound oscillation demo for ESP32
// Loosely coded by tobozo (c+) apr 2022 -
// Inspired by this GIF
// - https://twitter.com/bayraitt/status/1514499189975134210
#include <ESP32-Chimera-Core.h> // https://github.com/tobozo/ESP32-Chimera-Core
static LGFX &tft(M5.Lcd);
static LGFX_Sprite* spriteLines = new LGFX_Sprite( &tft );
static LGFX_Sprite* spriteMix = new LGFX_Sprite( &tft );