All of lore.kernel.org
 help / color / mirror / Atom feed
* [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo
@ 2017-08-30 21:11 Manisha Agrawal
  2017-09-01 18:11 ` Agrawal, Manisha
  2017-09-01 18:57 ` [EXTERNAL] " Gou, Hongmei
  0 siblings, 2 replies; 4+ messages in thread
From: Manisha Agrawal @ 2017-08-30 21:11 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../hmi_protection_relays/desc_hmi_protection_relays.html    |  9 +++++++++
 hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop | 12 ++++++++++++
 hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh     | 12 ++++++++++++
 3 files changed, 33 insertions(+)
 create mode 100644 hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
 create mode 100644 hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
 create mode 100755 hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh

diff --git a/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
new file mode 100644
index 0000000..b8e4264
--- /dev/null
+++ b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
@@ -0,0 +1,9 @@
+<h1> Protection Relays HMI Example </h1>
+
+<p> This example demonstrates HMI for Protection Relays application. QT QWidget tool is used to draw the screen.
+
+<br>
+
+
+</p>
+
diff --git a/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
new file mode 100644
index 0000000..384431b
--- /dev/null
+++ b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
@@ -0,0 +1,12 @@
+#!/usr/bin/env xdg-open
+
+[Desktop Entry]
+Name=PROTECTION_RELAYS
+GenericName=Demo App
+Icon=/usr/share/matrix-gui-2.0/apps/images/multimedia-icon.png
+Exec=/usr/bin/runHmiProtectionRelays.sh
+Type=Application
+ProgramType=gui
+Categories=hmi
+X-MATRIX-Lock=hmi_protection_relays_lock
+X-MATRIX-Description=/usr/share/matrix-gui-2.0/apps/hmi_protection_relays/desc_hmi_protection_relays.html
diff --git a/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
new file mode 100755
index 0000000..3d85999
--- /dev/null
+++ b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+/etc/init.d/weston stop
+sleep 1
+echo 0 > /sys/class/graphics/fbcon/cursor_blink
+
+protection_relays_hmi -platform linuxfb
+
+echo 1 > /sys/class/graphics/fbcon/cursor_blink
+
+/etc/init.d/weston start
+sleep 1
-- 
2.13.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo
  2017-08-30 21:11 [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo Manisha Agrawal
@ 2017-09-01 18:11 ` Agrawal, Manisha
  2017-09-01 20:22   ` [EXTERNAL] " Gou, Hongmei
  2017-09-01 18:57 ` [EXTERNAL] " Gou, Hongmei
  1 sibling, 1 reply; 4+ messages in thread
From: Agrawal, Manisha @ 2017-09-01 18:11 UTC (permalink / raw)
  To: meta-arago

I am still waiting for feedback on this one. I need commit id from this check to push my other patches on another new demo. 


Regards,
Manisha


-----Original Message-----
From: Agrawal, Manisha 
Sent: Wednesday, August 30, 2017 4:12 PM
To: meta-arago@arago-project.org
Cc: Dmytriyenko, Denys; Stiffler, Jacob; Agrawal, Manisha
Subject: [meta-arago][matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../hmi_protection_relays/desc_hmi_protection_relays.html    |  9 +++++++++
 hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop | 12 ++++++++++++
 hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh     | 12 ++++++++++++
 3 files changed, 33 insertions(+)
 create mode 100644 hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
 create mode 100644 hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
 create mode 100755 hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh

diff --git a/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
new file mode 100644
index 0000000..b8e4264
--- /dev/null
+++ b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
@@ -0,0 +1,9 @@
+<h1> Protection Relays HMI Example </h1>
+
+<p> This example demonstrates HMI for Protection Relays application. QT QWidget tool is used to draw the screen.
+
+<br>
+
+
+</p>
+
diff --git a/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
new file mode 100644
index 0000000..384431b
--- /dev/null
+++ b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
@@ -0,0 +1,12 @@
+#!/usr/bin/env xdg-open
+
+[Desktop Entry]
+Name=PROTECTION_RELAYS
+GenericName=Demo App
+Icon=/usr/share/matrix-gui-2.0/apps/images/multimedia-icon.png
+Exec=/usr/bin/runHmiProtectionRelays.sh
+Type=Application
+ProgramType=gui
+Categories=hmi
+X-MATRIX-Lock=hmi_protection_relays_lock
+X-MATRIX-Description=/usr/share/matrix-gui-2.0/apps/hmi_protection_relays/desc_hmi_protection_relays.html
diff --git a/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
new file mode 100755
index 0000000..3d85999
--- /dev/null
+++ b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+/etc/init.d/weston stop
+sleep 1
+echo 0 > /sys/class/graphics/fbcon/cursor_blink
+
+protection_relays_hmi -platform linuxfb
+
+echo 1 > /sys/class/graphics/fbcon/cursor_blink
+
+/etc/init.d/weston start
+sleep 1
-- 
2.13.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo
  2017-08-30 21:11 [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo Manisha Agrawal
  2017-09-01 18:11 ` Agrawal, Manisha
@ 2017-09-01 18:57 ` Gou, Hongmei
  1 sibling, 0 replies; 4+ messages in thread
From: Gou, Hongmei @ 2017-09-01 18:57 UTC (permalink / raw)
  To: Agrawal, Manisha, meta-arago

ACK

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Agrawal, Manisha
> Sent: Wednesday, August 30, 2017 5:12 PM
> To: meta-arago@arago-project.org
> Subject: [EXTERNAL] [meta-arago] [matrix-gui-v2-apps][PATCH v1] hmi_apps
> : hmi_protection_relays : new demo
> 
> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> ---
>  .../hmi_protection_relays/desc_hmi_protection_relays.html    |  9
> +++++++++
>  hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop | 12
> ++++++++++++
>  hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh     | 12
> ++++++++++++
>  3 files changed, 33 insertions(+)
>  create mode 100644
> hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
>  create mode 100644
> hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
>  create mode 100755
> hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> 
> diff --git
> a/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
> b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
> new file mode 100644
> index 0000000..b8e4264
> --- /dev/null
> +++ b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
> @@ -0,0 +1,9 @@
> +<h1> Protection Relays HMI Example </h1>
> +
> +<p> This example demonstrates HMI for Protection Relays application. QT
> QWidget tool is used to draw the screen.
> +
> +<br>
> +
> +
> +</p>
> +
> diff --git a/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
> b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
> new file mode 100644
> index 0000000..384431b
> --- /dev/null
> +++ b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
> @@ -0,0 +1,12 @@
> +#!/usr/bin/env xdg-open
> +
> +[Desktop Entry]
> +Name=PROTECTION_RELAYS
> +GenericName=Demo App
> +Icon=/usr/share/matrix-gui-2.0/apps/images/multimedia-icon.png
> +Exec=/usr/bin/runHmiProtectionRelays.sh
> +Type=Application
> +ProgramType=gui
> +Categories=hmi
> +X-MATRIX-Lock=hmi_protection_relays_lock
> +X-MATRIX-Description=/usr/share/matrix-gui-
> 2.0/apps/hmi_protection_relays/desc_hmi_protection_relays.html
> diff --git a/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> new file mode 100755
> index 0000000..3d85999
> --- /dev/null
> +++ b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> @@ -0,0 +1,12 @@
> +#!/bin/bash
> +
> +/etc/init.d/weston stop
> +sleep 1
> +echo 0 > /sys/class/graphics/fbcon/cursor_blink
> +
> +protection_relays_hmi -platform linuxfb
> +
> +echo 1 > /sys/class/graphics/fbcon/cursor_blink
> +
> +/etc/init.d/weston start
> +sleep 1
> --
> 2.13.0
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [EXTERNAL] Re: [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo
  2017-09-01 18:11 ` Agrawal, Manisha
@ 2017-09-01 20:22   ` Gou, Hongmei
  0 siblings, 0 replies; 4+ messages in thread
From: Gou, Hongmei @ 2017-09-01 20:22 UTC (permalink / raw)
  To: Agrawal, Manisha, meta-arago

Patch is pushed.

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Agrawal, Manisha
> Sent: Friday, September 01, 2017 2:12 PM
> To: meta-arago@arago-project.org
> Subject: [EXTERNAL] Re: [meta-arago] [matrix-gui-v2-apps][PATCH v1]
> hmi_apps : hmi_protection_relays : new demo
> Importance: High
> 
> I am still waiting for feedback on this one. I need commit id from this check to
> push my other patches on another new demo.
> 
> 
> Regards,
> Manisha
> 
> 
> -----Original Message-----
> From: Agrawal, Manisha
> Sent: Wednesday, August 30, 2017 4:12 PM
> To: meta-arago@arago-project.org
> Cc: Dmytriyenko, Denys; Stiffler, Jacob; Agrawal, Manisha
> Subject: [meta-arago][matrix-gui-v2-apps][PATCH v1] hmi_apps :
> hmi_protection_relays : new demo
> 
> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> ---
>  .../hmi_protection_relays/desc_hmi_protection_relays.html    |  9
> +++++++++
>  hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop | 12
> ++++++++++++
>  hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh     | 12
> ++++++++++++
>  3 files changed, 33 insertions(+)
>  create mode 100644
> hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
>  create mode 100644
> hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
>  create mode 100755
> hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> 
> diff --git
> a/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
> b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
> new file mode 100644
> index 0000000..b8e4264
> --- /dev/null
> +++ b/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
> @@ -0,0 +1,9 @@
> +<h1> Protection Relays HMI Example </h1>
> +
> +<p> This example demonstrates HMI for Protection Relays application. QT
> QWidget tool is used to draw the screen.
> +
> +<br>
> +
> +
> +</p>
> +
> diff --git a/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
> b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
> new file mode 100644
> index 0000000..384431b
> --- /dev/null
> +++ b/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
> @@ -0,0 +1,12 @@
> +#!/usr/bin/env xdg-open
> +
> +[Desktop Entry]
> +Name=PROTECTION_RELAYS
> +GenericName=Demo App
> +Icon=/usr/share/matrix-gui-2.0/apps/images/multimedia-icon.png
> +Exec=/usr/bin/runHmiProtectionRelays.sh
> +Type=Application
> +ProgramType=gui
> +Categories=hmi
> +X-MATRIX-Lock=hmi_protection_relays_lock
> +X-MATRIX-Description=/usr/share/matrix-gui-
> 2.0/apps/hmi_protection_relays/desc_hmi_protection_relays.html
> diff --git a/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> new file mode 100755
> index 0000000..3d85999
> --- /dev/null
> +++ b/hmi_apps/hmi_protection_relays/runHmiProtectionRelays.sh
> @@ -0,0 +1,12 @@
> +#!/bin/bash
> +
> +/etc/init.d/weston stop
> +sleep 1
> +echo 0 > /sys/class/graphics/fbcon/cursor_blink
> +
> +protection_relays_hmi -platform linuxfb
> +
> +echo 1 > /sys/class/graphics/fbcon/cursor_blink
> +
> +/etc/init.d/weston start
> +sleep 1
> --
> 2.13.0
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-01 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 21:11 [matrix-gui-v2-apps][PATCH v1] hmi_apps : hmi_protection_relays : new demo Manisha Agrawal
2017-09-01 18:11 ` Agrawal, Manisha
2017-09-01 20:22   ` [EXTERNAL] " Gou, Hongmei
2017-09-01 18:57 ` [EXTERNAL] " Gou, Hongmei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.