PINE64
Star Trek computer themed wasp-os on PineTime - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTime (https://forum.pine64.org/forumdisplay.php?fid=134)
+--- Forum: Development Discussion on PineTime (https://forum.pine64.org/forumdisplay.php?fid=136)
+--- Thread: Star Trek computer themed wasp-os on PineTime (/showthread.php?tid=11287)

Pages: 1 2


Star Trek computer themed wasp-os on PineTime - graynada - 09-05-2020

Hi,

Thought I would share a project I have been working on modifying the excellent wasp-os by Daniel Thompson but apologies if this is not appropriate for this forum.  I have given the watch a theme loosely based on a Star Trek computer theme.

I now have the received notifications displayed on the main screen, weather being received from my phone via the modified Gadgetbridge app and a daily step counter.

Weather just shows temperature at present, icons to create and add.

Notifications show a coloured square on the 'Alerts' line for the source a notification has been received from, blue text message, green WhatsApp, magenta Viber, red K-9 Email and grey for all others.  The body text of the last received notification is displayed on the line below, scrolling across if necessary.  When any notification is cleared from the connected phone all notification indicators on the PineTime are cleared.

The 3 bars below the date from left to right are indicators of seconds, minutes and hours of the current time.

The blue square to the left of the time/date area indicates Bluetooth is connected, going grey when connection is lost.

Green bars towards the top right indicate battery level, with colour changes when levels get really low and animated charging indicator.





RE: Star Trek computer themed wasp-os on PineTime - tomthetaffer - 09-05-2020

Very good Lieutenant Commander graynada!
Awesome idea!


RE: Star Trek computer themed wasp-os on PineTime - graynada - 09-05-2020

(09-05-2020, 07:48 AM)tomthetaffer Wrote: Very good Lieutenant Commander graynada!
Awesome idea!

Thanks


Star Trek computer themed wasp-os on PineTime - lupyuen - 09-05-2020

Congrats! Very nice! [emoji3]

Sent from my Pixel 4 XL using Tapatalk


RE: Star Trek computer themed wasp-os on PineTime - Avamander - 09-05-2020

A very cool approach to displaying multiple notifications at the same time.


Star Trek computer themed wasp-os on PineTime - lupyuen - 09-05-2020

Yep it's so tidy and Mondrian [emoji3] Very good use of space https://en.m.wikipedia.org/wiki/Piet_Mondrian

Sent from my Pixel 4 XL using Tapatalk


RE: Star Trek computer themed wasp-os on PineTime - graynada - 09-06-2020

Thanks everyone for the very supportive comments.


Quote:Posted by lupyuen - 5 hours ago
Yep it's so tidy and Mondrian [Image: emoji3.png] Very good use of space https://en.m.wikipedia.org/wiki/Piet_Mondrian

Sent from my Pixel 4 XL using Tapatalk

Round watch faces and square screens make wasteful and often untidy bed fellows so I tried to think inside the box for a change Smile


RE: Star Trek computer themed wasp-os on PineTime - JMaier - 10-18-2020

(09-06-2020, 12:13 AM)graynada Wrote: Thanks everyone for the very supportive comments.


Quote:Posted by lupyuen - 5 hours ago
Yep it's so tidy and Mondrian [Image: emoji3.png] Very good use of space https://en.m.wikipedia.org/wiki/Piet_Mondrian

Sent from my Pixel 4 XL using Tapatalk

Round watch faces and square screens make wasteful and often untidy bed fellows so I tried to think inside the box for a change Smile


Did you ever post this wasp implementation code anywhere? There some stuff I'd like to learn from it. Like specifically I'm interested how you got the gadgetbridge notifications working so well.


RE: Star Trek computer themed wasp-os on PineTime - danielt - 10-19-2020

(10-18-2020, 09:22 PM)JMaier Wrote: Did you ever post this wasp implementation code anywhere? There some stuff I'd like to learn from it. Like specifically I'm interested how you got the gadgetbridge notifications working so well.

I'm not sure about the Star Trek mods by the main wasp-os sources are found here. Perhaps also of interest is the (fairly extensive) documentation and a modified version of gadgetbridge.


RE: Star Trek computer themed wasp-os on PineTime - JMaier - 10-19-2020

(10-19-2020, 02:38 AM)danielt Wrote:
(10-18-2020, 09:22 PM)JMaier Wrote: Did you ever post this wasp implementation code anywhere? There some stuff I'd like to learn from it. Like specifically I'm interested how you got the gadgetbridge notifications working so well.

I'm not sure about the Star Trek mods by the main wasp-os sources are found here. Perhaps also of interest is the (fairly extensive) documentation and a modified version of gadgetbridge.


Thanks for the response. I've done some minor visual modifications to the main wasp-os sources. I've also seen the documentation and have downloaded the modified version of gadgetbridge. I've successfully connected gadgetbridge to a Pinetime running wasp. However, now I want to implement gadgetbridge message interpretations to the clock app similarly to the star trek implementation but I'm not entirely sure how to go about doing so.