Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 465 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 465 Bytes

This is a JavaScript implementation of the Andres circle algorithm, adapted for arc drawings.

This work has been integrated in the u8g2 library for monochrome display purposes.

Features

  • No need for floating point numbers or trigonometric functions in fast approximation mode
  • Sets each pixel only once
  • Supports start/end angles, arc radius and trace width