Navigation

    M5Stack Community

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

    jterrell

    @jterrell

    0
    Reputation
    3
    Posts
    339
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jterrell Follow

    Posts made by jterrell

    • What is JPEG_DIV_NONE?

      From the documentation:

      bool drawJpg(const uint8_t *jpg_data, size_t jpg_len, uint16_t x = 0,
      uint16_t y = 0, uint16_t maxWidth = 0, uint16_t maxHeight = 0,
      uint16_t offX = 0, uint16_t offY = 0,
      jpeg_div_t scale = JPEG_DIV_NONE);

      What are all of these options, especially JPEG_DIV_NONE?

      canvas.drawJpgFile(SD, "/WFH.JPEG", 0, 0, 0, 0, 0, 0, "JPEG_DIV_NONE");

      Can someone help me with this line of code? I want to have a jpg image show in a specific location on the canvas.

      posted in Arduino
      J
      jterrell
    • RE: [Solved] Displaying images, various formats

      @shift1313
      Thanks for doing this work. I failed 50 million times, but your tutorial was spot on for images.

      posted in Arduino
      J
      jterrell
    • Where's the Documentation?

      Can you post a link to all the Arduino functions available for M5Paper?

      Oh! and if you do, please pin it to the top of the forum

      posted in Arduino
      J
      jterrell