Skip to content

Instantly share code, notes, and snippets.

View DraperDanMan's full-sized avatar
🖥️
give me a keyboard and let me cook

Daniel Draper DraperDanMan

🖥️
give me a keyboard and let me cook
View GitHub Profile
@DraperDanMan
DraperDanMan / crank_indicator.c
Created November 20, 2024 20:39
Playdate CrankIndicator C port
#include "crank_indicator.h"
int clockwise = 1;
int crankIndicatorY = 210;
int textOffset = 76;
unsigned currentScale = 1;
int currentFrame = 1;
int frameCount = 0;
int textFrameCount = 14;