home.social

Search

1000 results for “numb_comfortably”

  1. Another clockface for

  2. Bunch of new clockfaces I published for

  3. WIP porting another one of my Fitbit clockfaces "Combination Lock" to Pebble

    #pebble #pebble2 #pebble2duo

  4. WIP porting another one of my Fitbit clockfaces "Combination Lock" to Pebble

  5. Learned a neat trick today. I needed a larger font size for Pebble Time 2, but the build kept complaining "codepoint 9647 glyph too large" even though I don't use that glyph, font is defined with `"characterRegex": "[0-9:]"`

    So I created a subset of the font with symbols I actually use
    ```
    pyftsubset "resources/fonts/LECO 1976 Regular.ttf" --unicodes="U+0030-0039,U+003A" --output-file="resources/fonts/LECO_numbers_only.ttf"
    ```
    and bingo - it works.

    #pebble #pebble2 #pebble2duo #pebbletime2

  6. Learned a neat trick today. I needed a larger font size for Pebble Time 2, but the build kept complaining "codepoint 9647 glyph too large" even though I don't use that glyph, font is defined with `"characterRegex": "[0-9:]"`

    So I created a subset of the font with symbols I actually use
    ```
    pyftsubset "resources/fonts/LECO 1976 Regular.ttf" --unicodes="U+0030-0039,U+003A" --output-file="resources/fonts/LECO_numbers_only.ttf"
    ```
    and bingo - it works.

  7. Learned a neat trick today. I needed a larger font size for Pebble Time 2, but the build kept complaining "codepoint 9647 glyph too large" even though I don't use that glyph, font is defined with `"characterRegex": "[0-9:]"`

    So I created a subset of the font with symbols I actually use
    ```
    pyftsubset "resources/fonts/LECO 1976 Regular.ttf" --unicodes="U+0030-0039,U+003A" --output-file="resources/fonts/LECO_numbers_only.ttf"
    ```
    and bingo - it works.

    #pebble #pebble2 #pebble2duo #pebbletime2

  8. Screen size comparison Pebble 2 Duo vs. Pebble Time 2.

  9. WIP, porting Fitbit clockface to Pebble