|
@@ -0,0 +1,642 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "chips": {
|
|
|
|
|
+ "HPM6800": {
|
|
|
|
|
+ "model": "HPM6800",
|
|
|
|
|
+ "flash_size": {
|
|
|
|
|
+ "capacity_options": ["8", "16", "32"],
|
|
|
|
|
+ "unit_options": ["KB", "MB", "GB"],
|
|
|
|
|
+ "capacity_default": "8",
|
|
|
|
|
+ "unit_default": "MB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "ram_size": {
|
|
|
|
|
+ "capacity_options": ["64", "128", "256"],
|
|
|
|
|
+ "unit_options": ["KB", "MB", "GB"],
|
|
|
|
|
+ "capacity_default": "64",
|
|
|
|
|
+ "unit_default": "MB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "screen_mode": {
|
|
|
|
|
+ "options": ["single", "dual"],
|
|
|
|
|
+ "default": "single"
|
|
|
|
|
+ },
|
|
|
|
|
+ "image_compression": {
|
|
|
|
|
+ "RLE": true,
|
|
|
|
|
+ "QOI": true,
|
|
|
|
|
+ "PNG": true,
|
|
|
|
|
+ "JPEG": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolution_presets": {
|
|
|
|
|
+ "1920x1080": {
|
|
|
|
|
+ "width": 1920,
|
|
|
|
|
+ "height": 1080,
|
|
|
|
|
+ "PCLK": 150.0,
|
|
|
|
|
+ "VBP": 36,
|
|
|
|
|
+ "VFP": 4,
|
|
|
|
|
+ "HBP": 148,
|
|
|
|
|
+ "HFP": 88,
|
|
|
|
|
+ "HSYNC": 44,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 44,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1920x720": {
|
|
|
|
|
+ "width": 1920,
|
|
|
|
|
+ "height": 720,
|
|
|
|
|
+ "PCLK": 92.0,
|
|
|
|
|
+ "VBP": 28,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 110,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 18,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 18,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x800": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 800,
|
|
|
|
|
+ "PCLK": 75.0,
|
|
|
|
|
+ "VBP": 18,
|
|
|
|
|
+ "VFP": 3,
|
|
|
|
|
+ "HBP": 84,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 32,
|
|
|
|
|
+ "VSYNC": 6,
|
|
|
|
|
+ "HsyncWidth": 32,
|
|
|
|
|
+ "VsyncWidth": 6
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x720": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 720,
|
|
|
|
|
+ "PCLK": 76.0,
|
|
|
|
|
+ "VBP": 20,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 112,
|
|
|
|
|
+ "HFP": 20,
|
|
|
|
|
+ "HSYNC": 40,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 40,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x480": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 480,
|
|
|
|
|
+ "PCLK": 42.0,
|
|
|
|
|
+ "VBP": 12,
|
|
|
|
|
+ "VFP": 8,
|
|
|
|
|
+ "HBP": 42,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 10,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 10,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "1024x600": {
|
|
|
|
|
+ "width": 1024,
|
|
|
|
|
+ "height": 600,
|
|
|
|
|
+ "PCLK": 55.0,
|
|
|
|
|
+ "VBP": 24,
|
|
|
|
|
+ "VFP": 2,
|
|
|
|
|
+ "HBP": 170,
|
|
|
|
|
+ "HFP": 160,
|
|
|
|
|
+ "HSYNC": 20,
|
|
|
|
|
+ "VSYNC": 3,
|
|
|
|
|
+ "HsyncWidth": 20,
|
|
|
|
|
+ "VsyncWidth": 3
|
|
|
|
|
+ },
|
|
|
|
|
+ "800x600": {
|
|
|
|
|
+ "width": 800,
|
|
|
|
|
+ "height": 600,
|
|
|
|
|
+ "PCLK": 42.0,
|
|
|
|
|
+ "VBP": 25,
|
|
|
|
|
+ "VFP": 1,
|
|
|
|
|
+ "HBP": 90,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 130,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 130,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "800x480": {
|
|
|
|
|
+ "width": 800,
|
|
|
|
|
+ "height": 480,
|
|
|
|
|
+ "PCLK": 40.0,
|
|
|
|
|
+ "VBP": 15,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 40,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 5,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 5,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "480x272": {
|
|
|
|
|
+ "width": 480,
|
|
|
|
|
+ "height": 272,
|
|
|
|
|
+ "PCLK": 10.0,
|
|
|
|
|
+ "VBP": 4,
|
|
|
|
|
+ "VFP": 2,
|
|
|
|
|
+ "HBP": 4,
|
|
|
|
|
+ "HFP": 4,
|
|
|
|
|
+ "HSYNC": 10,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 10,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "320x240": {
|
|
|
|
|
+ "width": 320,
|
|
|
|
|
+ "height": 240,
|
|
|
|
|
+ "PCLK": 6.5,
|
|
|
|
|
+ "VBP": 16,
|
|
|
|
|
+ "VFP": 4,
|
|
|
|
|
+ "HBP": 40,
|
|
|
|
|
+ "HFP": 12,
|
|
|
|
|
+ "HSYNC": 30,
|
|
|
|
|
+ "VSYNC": 3,
|
|
|
|
|
+ "HsyncWidth": 30,
|
|
|
|
|
+ "VsyncWidth": 3
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "single_screen": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["RGB", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["BGR", "RGB"],
|
|
|
|
|
+ "default": "BGR"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "800x600"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "dual_screen": {
|
|
|
|
|
+ "screen0": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["RGB", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["BGR", "RGB"],
|
|
|
|
|
+ "default": "BGR"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "1920x1080"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "screen1": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["RGB", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["BGR", "RGB"],
|
|
|
|
|
+ "default": "BGR"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "1920x1080"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "HPM6880": {
|
|
|
|
|
+ "model": "HPM6880",
|
|
|
|
|
+ "flash_size": {
|
|
|
|
|
+ "capacity_options": ["16", "32", "64", "128"],
|
|
|
|
|
+ "unit_options": ["KB", "MB", "GB"],
|
|
|
|
|
+ "capacity_default": "16",
|
|
|
|
|
+ "unit_default": "MB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "ram_size": {
|
|
|
|
|
+ "capacity_options": ["64", "128", "256", "512"],
|
|
|
|
|
+ "unit_options": ["KB", "MB", "GB"],
|
|
|
|
|
+ "capacity_default": "64",
|
|
|
|
|
+ "unit_default": "MB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "screen_mode": {
|
|
|
|
|
+ "options": ["single", "dual"],
|
|
|
|
|
+ "default": "single"
|
|
|
|
|
+ },
|
|
|
|
|
+ "image_compression": {
|
|
|
|
|
+ "RLE": true,
|
|
|
|
|
+ "QOI": true,
|
|
|
|
|
+ "PNG": true,
|
|
|
|
|
+ "JPEG": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolution_presets": {
|
|
|
|
|
+ "1920x1080": {
|
|
|
|
|
+ "width": 1920,
|
|
|
|
|
+ "height": 1080,
|
|
|
|
|
+ "PCLK": 150.0,
|
|
|
|
|
+ "VBP": 36,
|
|
|
|
|
+ "VFP": 4,
|
|
|
|
|
+ "HBP": 148,
|
|
|
|
|
+ "HFP": 88,
|
|
|
|
|
+ "HSYNC": 44,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 44,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1920x720": {
|
|
|
|
|
+ "width": 1920,
|
|
|
|
|
+ "height": 720,
|
|
|
|
|
+ "PCLK": 92.0,
|
|
|
|
|
+ "VBP": 28,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 110,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 18,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 18,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x800": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 800,
|
|
|
|
|
+ "PCLK": 75.0,
|
|
|
|
|
+ "VBP": 18,
|
|
|
|
|
+ "VFP": 3,
|
|
|
|
|
+ "HBP": 84,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 32,
|
|
|
|
|
+ "VSYNC": 6,
|
|
|
|
|
+ "HsyncWidth": 32,
|
|
|
|
|
+ "VsyncWidth": 6
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x720": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 720,
|
|
|
|
|
+ "PCLK": 76.0,
|
|
|
|
|
+ "VBP": 20,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 112,
|
|
|
|
|
+ "HFP": 20,
|
|
|
|
|
+ "HSYNC": 40,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 40,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x480": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 480,
|
|
|
|
|
+ "PCLK": 42.0,
|
|
|
|
|
+ "VBP": 12,
|
|
|
|
|
+ "VFP": 8,
|
|
|
|
|
+ "HBP": 42,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 10,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 10,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "1024x600": {
|
|
|
|
|
+ "width": 1024,
|
|
|
|
|
+ "height": 600,
|
|
|
|
|
+ "PCLK": 55.0,
|
|
|
|
|
+ "VBP": 24,
|
|
|
|
|
+ "VFP": 2,
|
|
|
|
|
+ "HBP": 170,
|
|
|
|
|
+ "HFP": 160,
|
|
|
|
|
+ "HSYNC": 20,
|
|
|
|
|
+ "VSYNC": 3,
|
|
|
|
|
+ "HsyncWidth": 20,
|
|
|
|
|
+ "VsyncWidth": 3
|
|
|
|
|
+ },
|
|
|
|
|
+ "800x600": {
|
|
|
|
|
+ "width": 800,
|
|
|
|
|
+ "height": 600,
|
|
|
|
|
+ "PCLK": 42.0,
|
|
|
|
|
+ "VBP": 25,
|
|
|
|
|
+ "VFP": 1,
|
|
|
|
|
+ "HBP": 90,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 130,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 130,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "800x480": {
|
|
|
|
|
+ "width": 800,
|
|
|
|
|
+ "height": 480,
|
|
|
|
|
+ "PCLK": 40.0,
|
|
|
|
|
+ "VBP": 15,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 40,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 5,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 5,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "480x272": {
|
|
|
|
|
+ "width": 480,
|
|
|
|
|
+ "height": 272,
|
|
|
|
|
+ "PCLK": 10.0,
|
|
|
|
|
+ "VBP": 4,
|
|
|
|
|
+ "VFP": 2,
|
|
|
|
|
+ "HBP": 4,
|
|
|
|
|
+ "HFP": 4,
|
|
|
|
|
+ "HSYNC": 10,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 10,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "320x240": {
|
|
|
|
|
+ "width": 320,
|
|
|
|
|
+ "height": 240,
|
|
|
|
|
+ "PCLK": 6.5,
|
|
|
|
|
+ "VBP": 16,
|
|
|
|
|
+ "VFP": 4,
|
|
|
|
|
+ "HBP": 40,
|
|
|
|
|
+ "HFP": 12,
|
|
|
|
|
+ "HSYNC": 30,
|
|
|
|
|
+ "VSYNC": 3,
|
|
|
|
|
+ "HsyncWidth": 30,
|
|
|
|
|
+ "VsyncWidth": 3
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "single_screen": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["RGB", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["RGB", "BGR"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "800x600"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "dual_screen": {
|
|
|
|
|
+ "screen0": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["RGB", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["RGB", "BGR"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "1920x1080"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "screen1": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["RGB", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["RGB", "BGR"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "1920x1080"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "ATM630HV100": {
|
|
|
|
|
+ "model": "ATM630HV100",
|
|
|
|
|
+ "flash_size": {
|
|
|
|
|
+ "capacity_options": ["32", "64", "128"],
|
|
|
|
|
+ "unit_options": ["KB", "MB", "GB"],
|
|
|
|
|
+ "capacity_default": "32",
|
|
|
|
|
+ "unit_default": "MB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "ram_size": {
|
|
|
|
|
+ "capacity_options": ["128", "256", "512"],
|
|
|
|
|
+ "unit_options": ["KB", "MB", "GB"],
|
|
|
|
|
+ "capacity_default": "128",
|
|
|
|
|
+ "unit_default": "MB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "screen_mode": {
|
|
|
|
|
+ "options": ["single", "dual"],
|
|
|
|
|
+ "default": "single"
|
|
|
|
|
+ },
|
|
|
|
|
+ "image_compression": {
|
|
|
|
|
+ "RLE": true,
|
|
|
|
|
+ "QOI": true,
|
|
|
|
|
+ "PNG": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolution_presets": {
|
|
|
|
|
+ "1920x1080": {
|
|
|
|
|
+ "width": 1920,
|
|
|
|
|
+ "height": 1080,
|
|
|
|
|
+ "PCLK": 150.0,
|
|
|
|
|
+ "VBP": 36,
|
|
|
|
|
+ "VFP": 4,
|
|
|
|
|
+ "HBP": 148,
|
|
|
|
|
+ "HFP": 88,
|
|
|
|
|
+ "HSYNC": 44,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 44,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1920x720": {
|
|
|
|
|
+ "width": 1920,
|
|
|
|
|
+ "height": 720,
|
|
|
|
|
+ "PCLK": 92.0,
|
|
|
|
|
+ "VBP": 28,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 110,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 18,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 18,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x800": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 800,
|
|
|
|
|
+ "PCLK": 75.0,
|
|
|
|
|
+ "VBP": 18,
|
|
|
|
|
+ "VFP": 3,
|
|
|
|
|
+ "HBP": 84,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 32,
|
|
|
|
|
+ "VSYNC": 6,
|
|
|
|
|
+ "HsyncWidth": 32,
|
|
|
|
|
+ "VsyncWidth": 6
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x720": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 720,
|
|
|
|
|
+ "PCLK": 76.0,
|
|
|
|
|
+ "VBP": 20,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 112,
|
|
|
|
|
+ "HFP": 20,
|
|
|
|
|
+ "HSYNC": 40,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 40,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "1280x480": {
|
|
|
|
|
+ "width": 1280,
|
|
|
|
|
+ "height": 480,
|
|
|
|
|
+ "PCLK": 42.0,
|
|
|
|
|
+ "VBP": 12,
|
|
|
|
|
+ "VFP": 8,
|
|
|
|
|
+ "HBP": 42,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 10,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 10,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "1024x600": {
|
|
|
|
|
+ "width": 1024,
|
|
|
|
|
+ "height": 600,
|
|
|
|
|
+ "PCLK": 55.0,
|
|
|
|
|
+ "VBP": 24,
|
|
|
|
|
+ "VFP": 2,
|
|
|
|
|
+ "HBP": 170,
|
|
|
|
|
+ "HFP": 160,
|
|
|
|
|
+ "HSYNC": 20,
|
|
|
|
|
+ "VSYNC": 3,
|
|
|
|
|
+ "HsyncWidth": 20,
|
|
|
|
|
+ "VsyncWidth": 3
|
|
|
|
|
+ },
|
|
|
|
|
+ "800x600": {
|
|
|
|
|
+ "width": 800,
|
|
|
|
|
+ "height": 600,
|
|
|
|
|
+ "PCLK": 42.0,
|
|
|
|
|
+ "VBP": 25,
|
|
|
|
|
+ "VFP": 1,
|
|
|
|
|
+ "HBP": 90,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 130,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 130,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "800x480": {
|
|
|
|
|
+ "width": 800,
|
|
|
|
|
+ "height": 480,
|
|
|
|
|
+ "PCLK": 40.0,
|
|
|
|
|
+ "VBP": 15,
|
|
|
|
|
+ "VFP": 5,
|
|
|
|
|
+ "HBP": 40,
|
|
|
|
|
+ "HFP": 40,
|
|
|
|
|
+ "HSYNC": 5,
|
|
|
|
|
+ "VSYNC": 5,
|
|
|
|
|
+ "HsyncWidth": 5,
|
|
|
|
|
+ "VsyncWidth": 5
|
|
|
|
|
+ },
|
|
|
|
|
+ "480x272": {
|
|
|
|
|
+ "width": 480,
|
|
|
|
|
+ "height": 272,
|
|
|
|
|
+ "PCLK": 10.0,
|
|
|
|
|
+ "VBP": 4,
|
|
|
|
|
+ "VFP": 2,
|
|
|
|
|
+ "HBP": 4,
|
|
|
|
|
+ "HFP": 4,
|
|
|
|
|
+ "HSYNC": 10,
|
|
|
|
|
+ "VSYNC": 4,
|
|
|
|
|
+ "HsyncWidth": 10,
|
|
|
|
|
+ "VsyncWidth": 4
|
|
|
|
|
+ },
|
|
|
|
|
+ "320x240": {
|
|
|
|
|
+ "width": 320,
|
|
|
|
|
+ "height": 240,
|
|
|
|
|
+ "PCLK": 6.5,
|
|
|
|
|
+ "VBP": 16,
|
|
|
|
|
+ "VFP": 4,
|
|
|
|
|
+ "HBP": 40,
|
|
|
|
|
+ "HFP": 12,
|
|
|
|
|
+ "HSYNC": 30,
|
|
|
|
|
+ "VSYNC": 3,
|
|
|
|
|
+ "HsyncWidth": 30,
|
|
|
|
|
+ "VsyncWidth": 3
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "single_screen": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["MIPI", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "MIPI"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["RGB", "BGR"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "800x600"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "dual_screen": {
|
|
|
|
|
+ "screen0": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["MIPI", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "MIPI"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["RGB", "BGR"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "1920x1080"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "screen1": {
|
|
|
|
|
+ "interface": {
|
|
|
|
|
+ "options": ["MIPI", "LVDS0", "LVDS1", "LVDS0+LVDS1"],
|
|
|
|
|
+ "default": "MIPI"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_format": {
|
|
|
|
|
+ "options": ["RGB", "BGR"],
|
|
|
|
|
+ "default": "RGB"
|
|
|
|
|
+ },
|
|
|
|
|
+ "color_depth": {
|
|
|
|
|
+ "options": ["16bit", "24bit", "32bit"],
|
|
|
|
|
+ "default": "32bit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "resolutions": {
|
|
|
|
|
+ "options": ["1920x1080", "1920x720", "1280x800", "1280x720", "1280x480", "1024x600", "800x600", "800x480", "480x272", "320x240"],
|
|
|
|
|
+ "default": "1920x1080"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|