arduino-libraries / Arduino_OV767X

Official OV767X Library for Arduino , currently supports OV7670 and OV7675 cameras
https://www.arduino.cc/reference/en/libraries/arduino_ov767x/
GNU General Public License v2.0
68 stars 25 forks source link

Added OV7675 support #30

Closed ShawnHymel closed 1 year ago

ShawnHymel commented 1 year ago
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 1 year ago

Memory usage change @ 743e8d8bff26ea3d91402bc1b145016ebf4e932c

Board flash % RAM for global variables %
arduino:mbed_nano:nano33ble :small_red_triangle: 0 - +64 0.0 - +0.01 0 - 0 0.0 - 0.0
Click for full report table Board|examples/CameraCapture
flash|%|examples/CameraCapture
RAM for global variables|%|examples/CameraCaptureRawBytes
flash|%|examples/CameraCaptureRawBytes
RAM for global variables|%|examples/CameraTestPattern
flash|%|examples/CameraTestPattern
RAM for global variables|%|examples/ConnectionTest
flash|%|examples/ConnectionTest
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- arduino:mbed_nano:nano33ble|0|0.0|0|0.0|64|0.01|0|0.0|64|0.01|0|0.0|0|0.0|0|0.0
Click for full report CSV ``` Board,examples/CameraCapture
flash,%,examples/CameraCapture
RAM for global variables,%,examples/CameraCaptureRawBytes
flash,%,examples/CameraCaptureRawBytes
RAM for global variables,%,examples/CameraTestPattern
flash,%,examples/CameraTestPattern
RAM for global variables,%,examples/ConnectionTest
flash,%,examples/ConnectionTest
RAM for global variables,% arduino:mbed_nano:nano33ble,0,0.0,0,0.0,64,0.01,0,0.0,64,0.01,0,0.0,0,0.0,0,0.0 ```
facchinm commented 1 year ago

Sorry to be late to the party but I missed this :disappointed: Merging, thank you very much!