Git Product home page Git Product logo

Comments (4)

nopnop2002 avatar nopnop2002 commented on July 2, 2024

ESP-IDF is currently in transition from V4.4 to V5.0.

These are very different.

Especially decoding JPEG requires a completely different code.

We are working to support both V4.4 and V5.0.

The Component Manager registry is useful, but good for a single version.
The Component Manager registry is not suitable for multiple versions.

from esp-idf-parallel-tft.

modi12jin avatar modi12jin commented on July 2, 2024

@nopnop2002 espressif/idf-extra-components#106

The official jpeg decoding supports SIMD, but it just takes time. If done this will be the best performing jpeg codec

V5 version has been released, I believe your driver will be useful for those who use LVGL. But I hope your code will be similar to the official template.

from esp-idf-parallel-tft.

nopnop2002 avatar nopnop2002 commented on July 2, 2024

I may not have understood your comment correctly.

Here's my current JPEG decoding implementation:

There are too many differences between V4 and V5, the source files are different.

For ESP-IDF V4.4

  • ESP32:Using ROM Library
  • ESP32S2:Not available
  • ESP32S3:Using ROM Library
  • ESP32H2:Not supported
  • ESP32C2:Not supported
  • ESP32C3:Using ROM Library

For ESP-IDF V5.x
With ESP-IDF Ver5, the JPEG decode library is now provided from the IDF Component Registry.
Some SoCs can take advantage of this.

  • ESP32:Using ROM Library(Don't work IDF Component Registry)
  • ESP32S2:Using IDF Component Registry
  • ESP32S3:Using ROM Library(Don't work IDF Component Registry)
  • ESP32H2:Using ROM Library(Don't work IDF Component Registry)
  • ESP32C2:Using IDF Component Registry
  • ESP32C3:Using ROM Library(Don't work IDF Component Registry)

from esp-idf-parallel-tft.

modi12jin avatar modi12jin commented on July 2, 2024

Thank you so much for your patience!

from esp-idf-parallel-tft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.