Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. fr3nd
    • Continue chat with fr3nd
    • Start new chat with fr3nd
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    fr3nd

    @fr3nd

    1
    Reputation
    3
    Posts
    274
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    fr3nd Follow

    Posts made by fr3nd

    • RE: Load images on M5Paper in UIFlow

      For the record, I was finally able to generate images that load properly with the following ImageMagick command:
      convert image.png -colorspace RGB -depth 8 -colors 16 PNG8:exported/image.png

      posted in UIFlow
      fr3nd
    • RE: Load images on M5Paper in UIFlow

      Hi @felmue

      This works with the default image default.png, but once I upload a different one it shows the exclamation mark symbol.

      I've tried with different formats and options when saving, but I haven't found a combination that works. Is there any documentation on the requirements of the images? Has anyone had any success using custom images in m5paper in uiflow?

      Thanks

      posted in UIFlow
      fr3nd
    • Load images on M5Paper in UIFlow

      Hi,

      I'm trying to load images in a M5Paper unit using uiflow with no success. I've tried several formats (png, bmp, jpg) and different options when saving, but I always get the same result...

      I'm uploading the image in the device file manager, and then after adding the image at the position where I want it, I add the following blocks:

      • Set screen background color
      • Set image0 to image.bmp (to the right name of the image file)
      • Show image0
      • Set screen show

      But When running the program, I get an exclamation mark at the top of the screen.

      Am I doing anything wrong? Is this feature actually working?

      posted in UIFlow
      fr3nd