(cream.uf2) Fixed glyphs

This commit is contained in:
neauoire 2022-10-22 14:52:17 -07:00
parent 742081a40d
commit 1b2049e238
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ clamp(int val, int min, int max)
int int
main() main()
{ {
int seg = 64, offset = seg / 4, i; int seg = 1024, offset = seg / 4, i;
double segf = 64.0; double segf = 1024.0;
printf("%d points on a circle128:\n\n", seg); printf("%d points on a circle128:\n\n", seg);
for(i = 0; i < seg; ++i) { for(i = 0; i < seg; ++i) {
double cx = 128, cy = 128, r = 128; double cx = 128, cy = 128, r = 128;