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

    Is there a tool to convert an image to be displayed with drawBuff?

    Arduino
    2
    3
    4.2k
    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.
    • A
      aafortinet
      last edited by

      I am using M5 CoreInk. To my understanding, it is possible to display images, using spite.drawBuff(x, y, width, height, imageBuf); where we supply the image as an array of unsigned char (0x00 for black, 0xff for white).

      There is an example of such arrays here.

      My question is the following: how were those arrays created? is there a tool/script/command line to convert ASCII art, or BMP, or PNG, or JPG (whatever) to this table?

      Thanks

      1 Reply Last reply Reply Quote 0
      • F
        flypeek
        last edited by

        similar tools
        https://github.com/novaspirit/img2bytearray

        full introduction
        https://atceiling.blogspot.com/2021/04/raspberry-pi-pico12ssd1306-lcd_26.html

        1 Reply Last reply Reply Quote 0
        • A
          aafortinet
          last edited by

          thanks, this should work out fine :)

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