🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Big Font

    Core 2
    2
    4
    8.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sheepDog
      last edited by

      Hello,

      I need a big font for my application, in the factory example the EVA font is used.

      I like to use a font like "Font72rle".
      First step is to include the new font:

      #include <Fonts/Font72rle.h>
      

      How can I use the new font?
      The function setFreeFont didn't work for me.

      1 Reply Last reply Reply Quote 0
      • RopR
        Rop
        last edited by

        That font is "Run Length Encoded", which I think is not supported by the display library. Maybe try my font conversion tool to make your own font files.

        1 Reply Last reply Reply Quote 0
        • S
          sheepDog
          last edited by sheepDog

          Hello @Rop,

          thank you for your help. Do you test it with M5Core2-enviroment?
          I generated a "FreeSerif34pt7b" from you website and compilation of my
          program was ok.

          If I started the M5Core2 and I used the new font to see the time, for example 08:29,
          I saw 00 88 :: 22 99 in the first line und a second line with the top of the characters.

          It seemed, that the length of the characters in the font was not okay.

          1 Reply Last reply Reply Quote 0
          • RopR
            Rop
            last edited by

            It's just a web frontend to the adafruit font converter thing. Might have a look once I'm done with a bunch of other Core2-related goodness. Feel free figure out WTF...

            1 Reply Last reply Reply Quote 0
            • First post
              Last post