From 8c6fd7fd39a17216b1a12601a1ec943d557040c2 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 7 Dec 2025 00:36:35 -0700 Subject: Add twinkle and a few more params and make the display less janky and more robust. --- include/pattern/twinkle.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/pattern/twinkle.h (limited to 'include/pattern') diff --git a/include/pattern/twinkle.h b/include/pattern/twinkle.h new file mode 100644 index 0000000..3dfe85f --- /dev/null +++ b/include/pattern/twinkle.h @@ -0,0 +1,6 @@ +#pragma once + +#include +#include + +uint8_t twinkle(uint32_t time, size_t x, uint8_t); -- cgit