Git Product home page Git Product logo

Comments (6)

hannesa2 avatar hannesa2 commented on August 27, 2024

Please make a pull request

from ioio.

chrisws avatar chrisws commented on August 27, 2024

Actually - I see now why there is a limit - with this:

writeByte((dataNeqTotal ? 0x80 : 0x00) | (resNeqTotal ? 0x40 : 0x00) | totalBytes - 1);

bit 7 + 8 are status bits, so there is only room for 6 bits to hold the length (63 max)

This corresponds to the SPI_DATA_ARGS definition in firmware/app_layer_v1/protocol_defs.h

So, it would require a firmware change to resolve. For an 128x128 16 bit color LCD the buffer size needs to be a lot larger. I was hoping there was a cheap, java side only fix to improve this. Oh well.

from ioio.

hannesa2 avatar hannesa2 commented on August 27, 2024

So, it would require a firmware change to resolve.

I've no idea how to do this. But when you know more, we could do this, if we have the source of it

from ioio.

chrisws avatar chrisws commented on August 27, 2024

The source code for the firmware is in the repository, but I have no idea either.

Hopefully the original author(s) could help with some expert advice.

from ioio.

hannesa2 avatar hannesa2 commented on August 27, 2024

@ytai Maybe you know this ?

from ioio.

hannesa2 avatar hannesa2 commented on August 27, 2024

This is the current state #191 (comment)

from ioio.

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.