Daiki Kato / Mbed OS GR-PEACH_Video_Display

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Thu Oct 25 05:16:50 2018 +0000
Parent:
10:cdef6df6eac9
Commit message:
Fix camera settings

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
diff -r cdef6df6eac9 -r 0eedcdabb0e6 mbed_app.json
--- a/mbed_app.json	Thu Oct 25 05:04:48 2018 +0000
+++ b/mbed_app.json	Thu Oct 25 05:16:50 2018 +0000
@@ -6,11 +6,15 @@
         },
         "camera-type":{
             "help": "Please see README.md",
-            "value": "CAMERA_CVBS"
+            "value": null
         },
         "lcd":{
             "help": "0:disable 1:enable",
             "value": "1"
+        },
+        "lcd-type":{
+            "help": "Please see README.md",
+            "value": null
         }
     },
     "target_overrides": {