arduino-libraries / ArduinoGraphics

35 stars 21 forks source link

Adding circle and ellipse drawing functions #30

Closed leonardocavagnis closed 1 year ago

leonardocavagnis commented 1 year ago

@facchinm

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 1 year ago

Memory usage change @ 001f35ce87d064f9df7253aac9d03ea64e93c3ed

Board flash % RAM for global variables %
arduino:samd:arduino_zero_edbg :small_red_triangle: +8724 - +8724 +3.33 - +3.33 0 - 0 0.0 - 0.0
arduino:samd:mkrzero :small_red_triangle: +8724 - +8724 +3.33 - +3.33 0 - 0 0.0 - 0.0
arduino:samd:nano_33_iot :small_red_triangle: +8728 - +8728 +3.33 - +3.33 :small_red_triangle: +4 - +4 +0.01 - +0.01
Click for full report table Board|`examples/ASCIIDraw`
flash|%|`examples/ASCIIDraw`
RAM for global variables|% -|-|-|-|- `arduino:samd:arduino_zero_edbg`|8724|3.33|0|0.0 `arduino:samd:mkrzero`|8724|3.33|0|0.0 `arduino:samd:nano_33_iot`|8728|3.33|4|0.01
Click for full report CSV ``` Board,examples/ASCIIDraw
flash,%,examples/ASCIIDraw
RAM for global variables,% arduino:samd:arduino_zero_edbg,8724,3.33,0,0.0 arduino:samd:mkrzero,8724,3.33,0,0.0 arduino:samd:nano_33_iot,8728,3.33,4,0.01 ```