Giter Club home page Giter Club logo

Comments (5)

moononournation avatar moononournation commented on July 21, 2024

Sorry, that is ESP32 attribute. GPIO 0-31 and 32-33 are 2 data ports.

from arduino_gfx.

JoskeVdB avatar JoskeVdB commented on July 21, 2024

But by doing so, it works perfectly:

dataClrMask is only 32 bits wide, so the "dataClrMask = (1 << _wr) | ...." on line 119 gets lost when _wr is above 31.
Due to this, the wr line is not cleared (set to 0) in the command "*dataPortClr = dataClrMask;" on line 334.
By adding "*wrPortClr = wrPinMask;" just before the "*wrPortSet = wrPinMask;" allows the wr to be strobed low and high again.

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

Ok, I may consider create a separate slower PAR8 class to cater this.

from arduino_gfx.

JoskeVdB avatar JoskeVdB commented on July 21, 2024

Thank you.
Indeed, adding this line will slow down things a little bit, and your gfx is very fast compared with other ones.

from arduino_gfx.

moononournation avatar moononournation commented on July 21, 2024

Separate class is actually straightforward, so I make a quick fix.
FYI, LovyanGFX is much faster and it does not have the WR <= 31 problems.

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.