No description
Find a file
2023-11-15 12:58:21 +00:00
.github Update CI action versions 2023-05-12 11:23:55 -04:00
examples Add support for jpeg images > 64K 2022-07-26 11:40:50 -07:00
Adafruit_VC0706.cpp replace constant with its name 2022-07-27 16:04:50 -07:00
Adafruit_VC0706.h add higher resolutions for 2MP camera 2022-07-26 16:22:24 -07:00
getimage0706.py super simple Python interface sketch 2011-07-30 17:39:01 -04:00
library.properties Bump version number to 1.2.2 2023-11-14 20:34:19 +00:00
raspi_camera.py added Gordon's Raspi python code! 2012-12-11 10:57:15 -05:00
README.txt Rename, & fixed some 1.0 #include issues 2012-03-12 16:45:17 -04:00

  This is a library for the Adafruit TTL JPEG Camera (VC0706 chipset)

  Pick one up today in the adafruit shop!
  ------> http://www.adafruit.com/products/397

  These displays use Serial to communicate, 2 pins are required to interface

  Adafruit invests time and resources providing this open source code, 
  please support Adafruit and open-source hardware by purchasing 
  products from Adafruit!

  Written by Limor Fried/Ladyada for Adafruit Industries.  
  BSD license, all text above must be included in any redistribution


To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_VC0706. Check that the Adafruit_VC0706 folder contains Adafruit_VC0706.cpp and Adafruit_VC0706.h

Place the Adafruit_VC0706 library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.