HMs DIY #1-6

Store Link

Because I want to keep this datafield and the app free for use I would be very grateful about a small donation to PayPal

A detailed description of how to use it can be found here: 

HMs_DIY_GUIDANCE.pdf
HMs_DIY_ANLEITUNG.pdf

Thanks very much to mcinner1 for putting so much time into this documentation!

Designer download

You can contribute on my github page.
You can upload your layout so others can use it as well.
Also any changes to the fonts.txt can be updated there as well.

Garmin_HMsDIY

=======================================================================
RELEASE NOTES
=======================================================================
-----------------------------------------------------------------------
3.5.1
* switched to new SDK 4.2.4
* added devices: FR265, FR265S, FR965, GPSMAP 67/67i, Marq (Gen 2), Marq (Gen 2) Aviator, EDGE 540, EDGE 840, Instinct 2x Solar
* added two new font types GLANCE, GLANCENR (only available if device supports it!)
-----------------------------------------------------------------------
3.4.2
* switched to new SDK 4.1.5
* added devices: Edge Explore 2, Venu Sq 2, Venu Sq 2 Music Edition
-----------------------------------------------------------------------
3.4.1
* switched to new SDK 4.1.3
* added devices: Instinct 2S / Solar / Dual Power, D2 Air X10, D2 Mach 1, Descent G1 / G1 Solar,
Edge 1040 / 1040 Solar, Forerunner 255, Forerunner 255 Music, Forerunner 255s, Forerunner 255s Music, Forerunner 955 / Solar, Instinct 2 / Solar / Dual Power / dezl Edition
* fixed crash when windspeed was not available from device
-----------------------------------------------------------------------
3.3.1
* switched to new SDK 4.0.9
* added devices: D2 Air, Descent MK2/MK2i, Descent Mk2S, Enduro, epix Gen2, Fenix 7, Fenix 7S, Fenix 7X, Forerunner 55, Forerunner 945 LTE, Venu2, Venu2 Plus,
Venus 2S, Venu Sq, Venu Sq Music,

for full releasenotes see: releasenotes.txt
=======================================================================

 

  • And how to adjust that it works correctly and blue column is the correct gear?
    Building the columns, with gray color and dynamic colors is no problem.

    I do not understand how to do, for example, 11-32 gears (11-12-13-14-16-18-20-22-25-28-32T) and the correct column in blue
  • draw a rectangle with value of rear derailleur, choose a color, for example 00FF01, add a dynamic color, choose color to replace 00FF01, in values - if for example it should represent gear 12 - add 110 (for gear 11 (x 10)) in a grey color, 120 in blue and 130 again in grey. That should turn the rectangle to grey for all values (11 or greater than 12) except the value is 12 ecactly (which is 120 in the values table). Repeat this for thie other 10 gears Slight smile

    By the way, while riding, only seeing the number of the gear is enough for me, I'd rather "feel" which gear is the best :)

  • Daphunk, are you getting the DI2 data using the ANT shift fields?, this is not working for me.... 

  • No, not the ANT fields as they are exclusively for SRAM or Campa. There are 2 separate front/rear derailleur fields now for Di2. Take a closer look at the list...

  • aha, now I see those...., I guess the pace of functionality improvements is too fast for me, I'm behind! Grimacing

  • There are guidance.pdf  on top of this thread which are updated very quickly after each new version. It‘s worth to look at it! Mask

  • Yes, absolutely - and not only once; it's worth to have a look at it after each new version Wink

  • changed black/white switching: removed the default black config string.
    Instead every element can be set to be included in b/w switching. When it is included, the color of this element will be inverted when switched to black background.

    I can also confirm that this works - and without rebooting or something else Grinning - absolutely fantastic!
    Now only the correct background for the mode in the designer is missing Wink

    And I wonder how the "every element set" works in case of dynamic colors? If one element has a dynamic color and its b/w setting is checked - what happens to other element(s) (with the same dynamic color) where the b/w setting is unchecked?
    I assume they all be changed to have b/w setting? Or are they really independent from each other even when they use the same dynamic color?

    BTW, you only change 000000 to FFFFFF (and vice versa) - other colors keep unchanged?
    Or do you also invert other colors if the b/w checkbox is set?

  • Hi

    I do the color check just before drawing the element, so after applying the dynamic color. So every dynamic color will be inverted for every element seperatly. And, every color will be inverted, not just black and white...