Giter Club home page Giter Club logo

Comments (5)

moononournation avatar moononournation commented on July 20, 2024

from arduino_gfx.

marcmerlin avatar marcmerlin commented on July 20, 2024

Understood. That said, even Arduino_HWSPI vs Arduino_ESP32SPI isn't very clear. Is there any reason to use HWSPI or ESP32SPI is always better? If it's always better, then maybe ESP32SPI could be default?

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

HWSPI is using Arduino built-in SPI class, so it should compatible to all Arduino hardware. ESP32SPI is using ESP32 specific implementation, so it have more options and better performance.

from arduino_gfx.

marcmerlin avatar marcmerlin commented on July 20, 2024

Right, but HWSPI is implemented by the ESP32 abstraction layer, and was fast already.
I guess you wrote your own and it's better than the one that me-no-dev wrote in arduino-esp32. Great job.
Feel free to close this issue, or leave it open until there is more info on the different options in he wiki, I'll leave it up to you. Thanks for your answer.

from arduino_gfx.

moononournation avatar moononournation commented on July 20, 2024

ESP32SPI is copied from arduino-esp32 SPI class. I need to implement 9-bit SPI so make some caching and the cache mechanism have a side effect of dump data faster.

from arduino_gfx.

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.