From e39f2a69fde316b4e260c151757fb739494fbd56 Mon Sep 17 00:00:00 2001 From: Aakash Solanki Date: Wed, 31 Aug 2022 15:23:53 +0200 Subject: Upload Flutter Instrument Cluster app Instrument Cluster demo app which shows speedometer tachometer guages, temperature and fuel bars and some indicators like turn indicators, engine malfunction, lights, cruise control, lane assist. KUKSA.VAL is the data source for the widgets. This app depends on several plugins and all the plugins have an OSI-approved license. Bug-AGL: SPEC-4543 Change-Id: I2698c66f9d8d824690ae7e567ca7c93ceeb17e08 Signed-off-by: Aakash Solanki --- images/arrow.png | Bin 0 -> 536 bytes images/battery.png | Bin 0 -> 3583 bytes images/car.png | Bin 0 -> 53003 bytes images/cruise.png | Bin 0 -> 12448 bytes images/demo.png | Bin 0 -> 692590 bytes images/eco.png | Bin 0 -> 18611 bytes images/engine-coolant.png | Bin 0 -> 8710 bytes images/fuel-icon.png | Bin 0 -> 409 bytes images/hazard.png | Bin 0 -> 9374 bytes images/high-beam.png | Bin 0 -> 7322 bytes images/lane.png | Bin 0 -> 1336 bytes images/left.png | Bin 0 -> 1528 bytes images/logo_agl.png | Bin 0 -> 7355 bytes images/low-beam.png | Bin 0 -> 8854 bytes images/malfunction.png | Bin 0 -> 4209 bytes images/map1.jpg | Bin 0 -> 206875 bytes images/map2.jpg | Bin 0 -> 238494 bytes images/oil.png | Bin 0 -> 1351 bytes images/openDoor.png | Bin 0 -> 1989 bytes images/parking.png | Bin 0 -> 7820 bytes images/parkingBrake.png | Bin 0 -> 2167 bytes images/right.png | Bin 0 -> 787 bytes images/seatBelt.png | Bin 0 -> 2103 bytes images/server.png | Bin 0 -> 10680 bytes images/server_error.png | Bin 0 -> 3538 bytes images/temperature-icon.png | Bin 0 -> 3302 bytes images/warning.png | Bin 0 -> 7990 bytes 27 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/arrow.png create mode 100644 images/battery.png create mode 100644 images/car.png create mode 100644 images/cruise.png create mode 100644 images/demo.png create mode 100644 images/eco.png create mode 100644 images/engine-coolant.png create mode 100644 images/fuel-icon.png create mode 100644 images/hazard.png create mode 100644 images/high-beam.png create mode 100644 images/lane.png create mode 100644 images/left.png create mode 100644 images/logo_agl.png create mode 100644 images/low-beam.png create mode 100644 images/malfunction.png create mode 100644 images/map1.jpg create mode 100644 images/map2.jpg create mode 100644 images/oil.png create mode 100644 images/openDoor.png create mode 100644 images/parking.png create mode 100644 images/parkingBrake.png create mode 100644 images/right.png create mode 100644 images/seatBelt.png create mode 100644 images/server.png create mode 100644 images/server_error.png create mode 100644 images/temperature-icon.png create mode 100644 images/warning.png (limited to 'images') diff --git a/images/arrow.png b/images/arrow.png new file mode 100644 index 0000000..5a7a2db Binary files /dev/null and b/images/arrow.png differ diff --git a/images/battery.png b/images/battery.png new file mode 100644 index 0000000..031d2fe Binary files /dev/null and b/images/battery.png differ diff --git a/images/car.png b/images/car.png new file mode 100644 index 0000000..473b970 Binary files /dev/null and b/images/car.png differ diff --git a/images/cruise.png b/images/cruise.png new file mode 100644 index 0000000..2a1c481 Binary files /dev/null and b/images/cruise.png differ diff --git a/images/demo.png b/images/demo.png new file mode 100644 index 0000000..e4264c5 Binary files /dev/null and b/images/demo.png differ diff --git a/images/eco.png b/images/eco.png new file mode 100644 index 0000000..b4a46a2 Binary files /dev/null and b/images/eco.png differ diff --git a/images/engine-coolant.png b/images/engine-coolant.png new file mode 100644 index 0000000..4aeeca0 Binary files /dev/null and b/images/engine-coolant.png differ diff --git a/images/fuel-icon.png b/images/fuel-icon.png new file mode 100644 index 0000000..70da758 Binary files /dev/null and b/images/fuel-icon.png differ diff --git a/images/hazard.png b/images/hazard.png new file mode 100644 index 0000000..ffa99d5 Binary files /dev/null and b/images/hazard.png differ diff --git a/images/high-beam.png b/images/high-beam.png new file mode 100644 index 0000000..8678367 Binary files /dev/null and b/images/high-beam.png differ diff --git a/images/lane.png b/images/lane.png new file mode 100644 index 0000000..6fbac27 Binary files /dev/null and b/images/lane.png differ diff --git a/images/left.png b/images/left.png new file mode 100644 index 0000000..c0fadcc Binary files /dev/null and b/images/left.png differ diff --git a/images/logo_agl.png b/images/logo_agl.png new file mode 100644 index 0000000..422eca5 Binary files /dev/null and b/images/logo_agl.png differ diff --git a/images/low-beam.png b/images/low-beam.png new file mode 100644 index 0000000..db2003e Binary files /dev/null and b/images/low-beam.png differ diff --git a/images/malfunction.png b/images/malfunction.png new file mode 100644 index 0000000..1b87ca0 Binary files /dev/null and b/images/malfunction.png differ diff --git a/images/map1.jpg b/images/map1.jpg new file mode 100644 index 0000000..fa52f80 Binary files /dev/null and b/images/map1.jpg differ diff --git a/images/map2.jpg b/images/map2.jpg new file mode 100644 index 0000000..7575aa5 Binary files /dev/null and b/images/map2.jpg differ diff --git a/images/oil.png b/images/oil.png new file mode 100644 index 0000000..20f6c24 Binary files /dev/null and b/images/oil.png differ diff --git a/images/openDoor.png b/images/openDoor.png new file mode 100644 index 0000000..3538c2c Binary files /dev/null and b/images/openDoor.png differ diff --git a/images/parking.png b/images/parking.png new file mode 100644 index 0000000..9927010 Binary files /dev/null and b/images/parking.png differ diff --git a/images/parkingBrake.png b/images/parkingBrake.png new file mode 100644 index 0000000..e51222f Binary files /dev/null and b/images/parkingBrake.png differ diff --git a/images/right.png b/images/right.png new file mode 100644 index 0000000..c5749bb Binary files /dev/null and b/images/right.png differ diff --git a/images/seatBelt.png b/images/seatBelt.png new file mode 100644 index 0000000..a4c4740 Binary files /dev/null and b/images/seatBelt.png differ diff --git a/images/server.png b/images/server.png new file mode 100644 index 0000000..180d082 Binary files /dev/null and b/images/server.png differ diff --git a/images/server_error.png b/images/server_error.png new file mode 100644 index 0000000..2d09ec9 Binary files /dev/null and b/images/server_error.png differ diff --git a/images/temperature-icon.png b/images/temperature-icon.png new file mode 100644 index 0000000..5a4334e Binary files /dev/null and b/images/temperature-icon.png differ diff --git a/images/warning.png b/images/warning.png new file mode 100644 index 0000000..8af8e16 Binary files /dev/null and b/images/warning.png differ -- cgit 1.2.3-korg