Analog Watchface: Maurice [UPDATE v3.1]

LukaszZalewskiLukaszZalewski Posts: 208Member Regular
image
My latest creation, available in versions: 
MINUTE / SECOND
VIBRATION (short double vibration each hour between 8AM and 10PM)
NEW: Inverted colour versions
NEW: Translated versions

Inverted colours:

Translated SECOND+VIBRATION versions:


If you're looking for translated version of anything other than second_vibr just play with dropbox link, they're all compiled - im just not going to spam the forum with list of links.
All links are formatted like english version, the only difference is language in the file name.

As usual, you dont have to worry about battery life. Second hand doesnt drain battery in this watchface.

Post edited by LukaszZalewski on
My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
·
«1

Comments

  • JamesPlummerJamesPlummer Posts: 32Member
    Nice!
    ·
  • LeonidSLeonidS Posts: 14Member Pebbler
    Really nice! 
    ·
  • BobbyAlcottBobbyAlcott Posts: 3Member
    Agreed! One of the best!
    ·
  • Dan08Dan08 Posts: 8Member
    Lukasz, since you are proving yourself to be one of the most competent developers on here and you were so helpful to chibears I was wondering if you would have a crack at this concept? Not mine but one I'd really like to see, without the notification icons for the time being obviously. Thanks.http://www.mypebblefaces.com/view?fID=79&aName=dazto&pageTitle=ArouD+&auID=146
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    @Dan: Hour indicator is going to be quite difficult to made in current state of the SDK, so I can't promise anything.
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • Suzanne SchillerSuzanne Schiller Posts: 1,555Moderator mod

    beautiful.

     

    Forum Moderator

    Brushed Stainless Steel
    Kickstarter White
    Waiting on Time and Time Steel
    iPhone 6

    ·
  • dersiedersie Posts: 1,085Member
    Yes, beautifull analog clock :)

    ·
  • dersiedersie Posts: 1,085Member
    Dan said:
    Lukasz, since you are proving yourself to be one of the most competent developers on here and you were so helpful to chibears I was wondering if you would have a crack at this concept? Not mine but one I'd really like to see, without the notification icons for the time being obviously. Thanks.http://www.mypebblefaces.com/view?fID=79&aName=dazto&pageTitle=ArouD+&auID=146
    It's one of the first watchface provided with the first Sony Liveview no ?

    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    I have refreshed the design a little bit to be more accurate - minute placements were off by more than a minute in few places. First post updated (download links didnt change).
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • TimothyStoughTimothyStough Posts: 58Member
    Ok, so, is there a trick to reducing the power drain for displaying seconds or was there never a battery hit?  Much of the discussion seems to hinge on screen updates.  However, since the screen is an LCD and not an eInk, the screen is updating constantly.  Second updates do need to respond to a more frequent tick, but that doesn't necessarily cost battery.

    So, what's the short story on this?

    Thanks,
    Tim.
    My Pebble faces are on Github!
    ·
  • ChuckyChucky Posts: 224Member Pebbler
    I must say I normally dislike Analog watch faces, but you have made that look fantastic.

    One question however, does that say 'SAR' instead of 'SAT' for the day of the week?

    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    @Timothy Stough: Short version is to keep CPU awake for shortest time possible and change on screen as little as you can. Period. Whole long uptime on single charge happens becuse of two factors:
    1. Very low power idle state of CPU - ARM specific
    2. Very low power required to keep screen on (only screen updates cost more power) - it's specific for this e-paper LCD

    @Chucky: It's SAT actually, the font just displays it that way,T looks like small letter R, R looks more like capital A, may seem confusing but you can get used to it(there are no small letters in this font). You can see it on example here: http://www.fontsquirrel.com/fonts/Radioland 
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • DidiDidi Posts: 3Member Pebbler
    Love it.
    Great you have released the minute version for battery saving people :)
    phone: Nexus 5 CM11
    pebble backed: 21.4.12 received: 22.3.13
    apps: pebble, pebble notifier, tasker
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    @Yannick Dietler: But... but... but there's a link to it...
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • tanguy01tanguy01 Posts: 58Member Regular
    Perfect job! Thank you :)
    ·
  • sisko7sisko7 Posts: 15Member
    The best analog... so far :)
    ·
  • JosephSpiegelJosephSpiegel Posts: 2Member
    Very nice face!
    ·
  • HilkoHilko Posts: 97Member Pebbler
    edited April 2013
    just one comment, in maurice.c at line 92 you use 
    graphics_context_set_fill_color(ctx, GColorWhite);

    i want to change it to Black but
    graphics_context_set_fill_color(ctx, GColorBlack);
    don't work so i have to use:
    graphics_context_set_stroke_color(ctx, GColorBlack); to change the color of a line.
    Post edited by Hilko on
    WatchNote App: Thread , Play Store and iTunes
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    @Hilko Thats correct - I didn't know at that time i had to use stroke color function to change colours of lines, fill color, as name suggests, works only for fill functions (like paths or rectangles/circles). That's also a reason why I was using another path to draw outlines instead of path outline function with black stroke colour, I'm planning on fixing those with next revision since its not too much of a problem at this moment.
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • TimOlsonTimOlson Posts: 13Member Pebbler
    Awesome Watchface !!!  Question ... Is it easy to do inverse colors (easier for my old eyes to see)?

    Keep up the great work !!!
    Black Pebble - Samsung Galaxy Note
    ·
  • EmDraEmDra Posts: 3Member
    Łukasz, you should always do a polish version of your fantastic watchfaces. You're the best.
    ·
  • LeonidSLeonidS Posts: 14Member Pebbler
    I'm using Maurice for ten days and don't find better watchface!  
    Thank you, Łukasz!
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    @Tim Olson: It's not hard but takes time to do so - and I simply lack that time lately. I think @Hilko is working on that by himself, you might ask him if he would share his work with you.

    Or if theres anyone with too much free time in his hands and willing to make my watchfaces in inverted versions - feel free to do so - on my github you will find everything you need, in case of questions just pm me. I won't be doing it anytime soon, also seeing how often I'm being asked that I believe thats something what should be addressed by team pebble in near future, along with watchface settings this should just come down to setting simple parameter - not making whole new watchface just to inverse display.

    @EmDra - unfortunately there aren't many of us on these forums so I'm not doing that currently, and that's also something what should be fixed by team pebble. Language translations and font supports. I'm having hard time read notifications sometimes, it feels like I'm playing "wheel of fortune", seeing those empty boxes in my messages brings this line to my mind:
    - I'd like to buy a vovel
    along with 
    - It's time to solve the puzzle

    (Yes, I do know it's an early stage of development, I'm just really hoping other languages support will come)
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    Quick news: Had some time today and played around with animations, came up with this simple starting animation:


    If anyone ever unpacked solar powered g-shock or started up a digital watch with main analog watchface should recognize this.
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • kpjimmykpjimmy Posts: 271Member Pebbler
    Yes! LOL I have an older Seiko solar watch and it still does it to this day. Great memories! Thanks!
    Quick news: Had some time today and played around with animations, came up with this simple starting animation:


    If anyone ever unpacked solar powered g-shock or started up a digital watch with main analog watchface should recognize this.

    ·
  • Emil PeterEmil Peter Posts: 1Member Pebbler
    great looking watchface. Nice job!
    ·
  • HilkoHilko Posts: 97Member Pebbler
    @Tim I'am sorry but i don't work on that atm, this source code was just a great help for my first watchface :)
    WatchNote App: Thread , Play Store and iTunes
    ·
  • HAGEGEPHILIPPEHAGEGEPHILIPPE Posts: 23Member
    Hi, Any chance to have the source code of the animated Maurice ?
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    @HAGEGE PHILIPPE: It's going to be available with next update, but animation wont be active in release (it's just too painfull to watch it everytime watchface loads).
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
  • LukaszZalewskiLukaszZalewski Posts: 208Member Regular
    UPDATE 2.2:
    - added 30 translations (weekdays) provided by Oracle
    - fixed hands overlay
    - added inverted colour versions
    - hourly vibration now between 8AM and 10PM (8:00-22:00)

    That gives me over 240 pbw files with different versions. Obviously I'm not going to link them all, but they're all in my dropbox. Just change english version link to your language name in the end and you should get your file. Sources on my github will get updated soon.
    My github | Help me build time machine! Send precious bitcoins here: 1DAvDGQCXJtL2SHPz47QUjaSXBXLSXwThJ
    My watchfaces: Bell | Boss | Brown | Classic | DotzFancy | JellyTime | Maurice | Modern | Plain | Roman | Rounds | SimonSpeed | Swiss
    ·
«1
Sign In or Register to comment.