ov7670 FIFO from Edoardo De Marchi

Dependents:   3D_Scanner_OV7670_

Fork of OV7670 with FIFO by angelo mottolese

Revision:
1:f5f5d7c979cf
Parent:
0:101fbacf126f
diff -r 101fbacf126f -r f5f5d7c979cf ov7670reg.h
--- a/ov7670reg.h	Wed Nov 16 10:37:49 2016 +0000
+++ b/ov7670reg.h	Tue Oct 03 16:39:42 2017 +0000
@@ -120,3 +120,26 @@
 #define REG_HAECC6      0xa9    /* Hist AEC/AGC control 6 */
 #define REG_HAECC7      0xaa    /* Hist AEC/AGC control 7 */
 #define REG_BD60MAX     0xab    /* 60hz banding step limit */
+
+
+#define MTX1            0x4f    /* Matrix Coefficient 1 */
+#define MTX2            0x50    /* Matrix Coefficient 2 */
+#define MTX3            0x51    /* Matrix Coefficient 3 */
+#define MTX4            0x52    /* Matrix Coefficient 4 */
+#define MTX5            0x53    /* Matrix Coefficient 5 */
+#define MTX6            0x54    /* Matrix Coefficient 6 */
+#define REG_CONTRAS     0x56    /* Contrast control */
+#define MTXS            0x58    /* Matrix Coefficient Sign */
+#define AWBC7           0x59    /* AWB Control 7 */
+#define AWBC8           0x5a    /* AWB Control 8 */
+#define AWBC9           0x5b    /* AWB Control 9 */
+#define AWBC10          0x5c    /* AWB Control 10 */
+#define AWBC11          0x5d    /* AWB Control 11 */
+#define AWBC12          0x5e    /* AWB Control 12 */
+#define REG_GFIX        0x69    /* Fix gain control */
+#define GGAIN           0x6a    /* G Channel AWB Gain */
+#define DBLV            0x6b    
+#define AWBCTR3         0x6c    /* AWB Control 3 */
+#define AWBCTR2         0x6d    /* AWB Control 2 */
+#define AWBCTR1         0x6e    /* AWB Control 1 */
+#define AWBCTR0         0x6f    /* AWB Control 0 */
\ No newline at end of file