• nothacking@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      I used it in a few microcontroller projects, let me get away with the cheaper 8 bit microcontroller with 64K of flash. The streaming decoding is real nice, because it can be read from flash and sent of to a display, without ever keeping it in ram. (4K!)

        • nothacking@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          I don’t know if writing a custom image compresson program and streaming graphics rendering code with worth saving a few bucks on parts.

          • Flipper@feddit.de
            cake
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 years ago

            It depends on volume. When you build 100 parts not really. But when you build millions it becomes worth it.

            In automotive they fight over every cent.

      • Oliver Lowe@apubtest2.srcbeat.comdeleted by creator
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Huh wow. Super interesting. Probably a dumb question: could you use it for video, like motion jpeg (or MJPEG or however it’s named)?

        • nothacking@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          I don’t think you could fit video on that microcontroller, even with the best compression. But some low memory and compute video compression for embedded devices would be nice.