Skip to content

Commit

Permalink
bump sdk to 6.3.0 & add new devices (venu 3&3s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laverlin committed Sep 14, 2023
1 parent a46a80a commit 50d15b8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

env:
SDK_VER: "6.2.2" #"4.2.4"
SDK_VER: "6.3.0" #"4.2.4"
CONNECTIQ_SDK_URL: "https://developer.garmin.com/downloads/connect-iq/sdks"
SDK_PATH: "/garminsdk"
DEVICES_PATH: "/root/.Garmin/ConnectIQ/"
Expand Down
2 changes: 2 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<iq:product id="marqgolfer"/>
<iq:product id="venu2"/>
<iq:product id="venu2plus"/>
<iq:product id="venu3"/>
<iq:product id="venu3s"/>
<iq:product id="vivoactive3m"/>
<iq:product id="vivoactive4"/>
</iq:products>
Expand Down
4 changes: 2 additions & 2 deletions resources-round-454x454/layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<font id="icon_font" filename="../resources/IconFontLarge.fnt" antialias="true"/>
<font id="vertical_font" filename="../resources/verticalFontLarge.fnt" antialias="true"/>
<font id="unicode_mss16_font" filename="../resources/unicode_mss16.fnt" antialias="true"/>
<font id="digits" filename="../resources/Digits-454.fnt" antialias="true"/>
<font id="digits" filename="../resources/big-digits-454.fnt" antialias="true"/>
<font id="text" filename="../resources/text-454.fnt" antialias="true"/>
<font id="hint" filename="../resources/subs-454.fnt" antialias="true"/>
<font id="hint" filename="../resources/hint-454.fnt" antialias="true"/>

<!-- Epix 2 Pro 51" -->

Expand Down
Binary file removed resources/a-digits-454-0.png
Binary file not shown.
Binary file removed resources/a-digits-454-1.png
Binary file not shown.
4 changes: 2 additions & 2 deletions resources/Digits-454.fnt → resources/big-digits-454.fnt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
info face="JetBrains Mono ExtraBold" size=-116 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=0,0 outline=0
common lineHeight=153 base=119 scaleW=256 scaleH=256 pages=2 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="Digits-454_0.png"
page id=1 file="Digits-454_1.png"
page id=0 file="big-digits-454_0.png"
page id=1 file="big-digits-454_1.png"
chars count=10
char id=48 x=58 y=0 width=56 height=88 xoffset=7 yoffset=32 xadvance=69 page=0 chnl=15
char id=49 x=0 y=0 width=56 height=86 xoffset=9 yoffset=33 xadvance=69 page=1 chnl=15
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion resources/subs-454.fnt → resources/hint-454.fnt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
info face="Bahnschrift" size=-24 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=0,0 outline=0
common lineHeight=29 base=24 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=0 redChnl=0 greenChnl=0 blueChnl=0
page id=0 file="subs-454_0.png"
page id=0 file="hint-454_0.png"
chars count=195
char id=32 x=255 y=1 width=1 height=1 xoffset=0 yoffset=28 xadvance=6 page=0 chnl=15
char id=33 x=253 y=98 width=3 height=18 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15
Expand Down
File renamed without changes

0 comments on commit 50d15b8

Please sign in to comment.