Code Monkey home page Code Monkey logo

Comments (3)

joukos avatar joukos commented on August 12, 2024

If the Waveshare examples work, first thing that comes to mind here is that likely there's currently no working support for 7.5" tricolor V2 and I don't know if anyone's actually tested the non-V2 versions of these more exotic models either.

The way to troubleshoot this would basically be to get the Python examples from Waveshare, then see how similar they are to the existing PaperTTY drivers (ie. here and here) and if it's possible to just add some minor tweaks to get it to work or if it's quite different, in which case it's likely easiest to just adapt the code from the Waveshare examples as a starting point.

It's basically just about writing the right bytes to the display so the code shouldn't be super complex, but I don't have this particular model myself so I can't really test it unfortunately. Some displays have a reversed "ready" bit so when nothing seems to happen, it could even be that the code expects a 0 when it should be expecting a 1, and debugger could be helpful there.

from papertty.

js22gz avatar js22gz commented on August 12, 2024

Thank you for your answers!
After tinkering with the screen a few hours using the examples from waveshare I cant get the screen to work on PaperTTY and even just using the waveshare examples I cant get the refreshrate to go under 20s... So I think the screen is out of PaperTTYs reach to be honest...

The problem (I believe) is with the lack of partial refresh and the fact that I cant find where to change the LUT tables to maybe tweak the refreshrate a little further... I should have researched more before hitting the buy-button :-)

from papertty.

joukos avatar joukos commented on August 12, 2024

It can be made to work with PaperTTY surely, but in these tricolor models the refresh rate indeed is very slow due to the way it works physically. In some years we might have some better displays but for the time being those are mostly suitable for fairly static information.

from papertty.

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.