From 4aad369c9728061c97b3de792286e743ee884b09 Mon Sep 17 00:00:00 2001 From: growupboron Date: Fri, 11 Sep 2020 17:18:57 +0530 Subject: Simplified doc-site generation Updated theme to windmill Using Mkdocs static site generator Deployed on readthedocs Signed-off-by: growupboron Change-Id: If62eaaea1855c91b64f687900f54eba6bc1caee8 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25236 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- docs/0_Getting_Started/3_ HomeScreen/Overview.md | 40 +++++++++++++++++++++ .../3_ HomeScreen/pictures/dashboard.png | Bin 0 -> 359145 bytes .../pictures/homescreen_applauncher.png | Bin 0 -> 399084 bytes .../3_ HomeScreen/pictures/hvac.png | Bin 0 -> 338097 bytes .../3_ HomeScreen/pictures/phone.png | Bin 0 -> 336318 bytes .../3_ HomeScreen/pictures/settings.png | Bin 0 -> 300437 bytes 6 files changed, 40 insertions(+) create mode 100644 docs/0_Getting_Started/3_ HomeScreen/Overview.md create mode 100644 docs/0_Getting_Started/3_ HomeScreen/pictures/dashboard.png create mode 100644 docs/0_Getting_Started/3_ HomeScreen/pictures/homescreen_applauncher.png create mode 100644 docs/0_Getting_Started/3_ HomeScreen/pictures/hvac.png create mode 100644 docs/0_Getting_Started/3_ HomeScreen/pictures/phone.png create mode 100644 docs/0_Getting_Started/3_ HomeScreen/pictures/settings.png (limited to 'docs/0_Getting_Started/3_ HomeScreen') diff --git a/docs/0_Getting_Started/3_ HomeScreen/Overview.md b/docs/0_Getting_Started/3_ HomeScreen/Overview.md new file mode 100644 index 0000000..f7c8d04 --- /dev/null +++ b/docs/0_Getting_Started/3_ HomeScreen/Overview.md @@ -0,0 +1,40 @@ +--- +edit_link: '' +title: Overview +origin_url: >- + https://git.automotivelinux.org/apps/homescreen/plain/homescreen/docs/index.md?h=master +--- + + + +# Welcome to your AGL system! +When booting up an AGL system, the first thing that your eyes will spot is this: + +![AGL HomeScreen Application Launcher](pictures/homescreen_applauncher.png) + +**The AGL HomeScreen!** + +Intended to be used with touch presses, the reference HMI provides access to all pre-installed AGL demo applications as well as in the future access to user installed apps. The list of demo apps contains some automotive applications like HVAC-control, Navigation or Dashboard, as well as some infotainment apps. Radio, Multimedia, Phone... +This applications are already available and were presented at CES 2017. + +## Here are some screenshots of the pre-installed demo applications: + +## HVAC + +![AGL HVAC](pictures/hvac.png) + +## Phone + +![AGL Phone](pictures/phone.png) + +## Dashboard + +![AGL Dashboard](pictures/dashboard.png) + +## Settings + +![AGL Settings](pictures/settings.png) + +#### Note: +* All current demos (including HomeScreen) are optimized for landscape full HD resolution (1080x1920). + diff --git a/docs/0_Getting_Started/3_ HomeScreen/pictures/dashboard.png b/docs/0_Getting_Started/3_ HomeScreen/pictures/dashboard.png new file mode 100644 index 0000000..527386d Binary files /dev/null and b/docs/0_Getting_Started/3_ HomeScreen/pictures/dashboard.png differ diff --git a/docs/0_Getting_Started/3_ HomeScreen/pictures/homescreen_applauncher.png b/docs/0_Getting_Started/3_ HomeScreen/pictures/homescreen_applauncher.png new file mode 100644 index 0000000..e168668 Binary files /dev/null and b/docs/0_Getting_Started/3_ HomeScreen/pictures/homescreen_applauncher.png differ diff --git a/docs/0_Getting_Started/3_ HomeScreen/pictures/hvac.png b/docs/0_Getting_Started/3_ HomeScreen/pictures/hvac.png new file mode 100644 index 0000000..f9a6030 Binary files /dev/null and b/docs/0_Getting_Started/3_ HomeScreen/pictures/hvac.png differ diff --git a/docs/0_Getting_Started/3_ HomeScreen/pictures/phone.png b/docs/0_Getting_Started/3_ HomeScreen/pictures/phone.png new file mode 100644 index 0000000..e087594 Binary files /dev/null and b/docs/0_Getting_Started/3_ HomeScreen/pictures/phone.png differ diff --git a/docs/0_Getting_Started/3_ HomeScreen/pictures/settings.png b/docs/0_Getting_Started/3_ HomeScreen/pictures/settings.png new file mode 100644 index 0000000..c92d835 Binary files /dev/null and b/docs/0_Getting_Started/3_ HomeScreen/pictures/settings.png differ -- cgit