diff --git a/examples/CameraCapture/CameraCapture.ino b/examples/CameraCapture/CameraCapture.ino index 51a1c45..6e4163f 100644 --- a/examples/CameraCapture/CameraCapture.ino +++ b/examples/CameraCapture/CameraCapture.ino @@ -2,10 +2,10 @@ OV767X - Camera Test Pattern This sketch waits for the letter 'c' on the Serial Monitor, - it then reads a frame from the OmniVision OV7670 camera and + it then reads a frame from the OmniVision OV7670 camera and prints the data to the Serial Monitor as a hex string. - The website https://rawpixels.net - can be used the visualize the data: + The website https://pixpeep.mort.coffee/ can be used the visualize the data: width: 176 height: 144 RGB565 diff --git a/examples/CameraTestPattern/CameraTestPattern.ino b/examples/CameraTestPattern/CameraTestPattern.ino index 4f488bc..5c52c68 100644 --- a/examples/CameraTestPattern/CameraTestPattern.ino +++ b/examples/CameraTestPattern/CameraTestPattern.ino @@ -2,10 +2,10 @@ OV767X - Camera Test Pattern This sketch enables the test pattern mode, then reads a frame from - the OmniVision OV7670 camera and prints the data to the + the OmniVision OV7670 camera and prints the data to the Serial Monitor as a hex string. - The website https://rawpixels.net - can be used the visualize the data: + The website https://pixpeep.mort.coffee/ can be used the visualize the data: width: 176 height: 144 RGB565