started arc/circle plotting algorithm

This commit is contained in:
2026-07-20 15:03:13 -07:00
parent ee2c66f97b
commit c7cdfd402e
3 changed files with 11 additions and 2 deletions
+4
View File
@@ -90,5 +90,9 @@ namespace UwU {
}
return;
}
// plot a 90 degree arc
static void fastArc(uint16_t radius, uint16_t* LUT) {
}
};
}