Skip to content

Instantly share code, notes, and snippets.

@cfaulkingham
Created August 16, 2011 11:35
Show Gist options
  • Save cfaulkingham/1148890 to your computer and use it in GitHub Desktop.
Save cfaulkingham/1148890 to your computer and use it in GitHub Desktop.
Modification to the serial camera module
boolean VC0706::setColorCtrl(uint8_t showMode, uint8_t controlMode) {
uint8_t args[] = {0x02,controlMode,showMode};
return runCommand(VC0706_COLOR_CTRL, args, 3, 5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment