Meh Belly Lint Collection

That awful moment when you realize,
THIS is YOUR circus and THOSE are YOUR monkeys.

User Tools

Site Tools


arduino_gfx_helpers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
arduino_gfx_helpers [2025/03/28 02:59] kensonarduino_gfx_helpers [2025/03/28 03:08] (current) kenson
Line 573: Line 573:
   // Create the base shape only once (static initialization).   // Create the base shape only once (static initialization).
   static vector<Vec3> baseShape = createShape();   static vector<Vec3> baseShape = createShape();
-   
-  // Rotate the shape by the current rotation angles. 
   vector<Vec3> rotatedShape = rotateShape(baseShape, rotation, rotation, rotation);   vector<Vec3> rotatedShape = rotateShape(baseShape, rotation, rotation, rotation);
-   +  renderShape(rotatedShape, 30, 30, 50); 
-  // Render the rotated shapeCenterX, CenterY, Diameter (estimated+  canvas.setCursor(5, 60); 
-  renderShape(rotatedShape180240, 50);+  canvas.setTextColor(rgb888_to_565(099168)); 
 +  canvas.print("EMBRIENT");
      
   // Draw the off-screen canvas onto the display.   // Draw the off-screen canvas onto the display.
arduino_gfx_helpers.1743130798.txt.gz · Last modified: 2025/03/28 02:59 by kenson

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki