Giter Site home page Giter Site logo

Fast update for newer displays? about inky HOT 5 CLOSED

pimoroni avatar pimoroni commented on June 1, 2024 1
Fast update for newer displays?

from inky.

Comments (5)

CattoSalad avatar CattoSalad commented on June 1, 2024

Hello, I purchased an inky phat display (yellow) a few days ago, it seems to be a newer version, I can't seem to figure out a way to have it update faster by only using monochrome.

I was able to identify that my display is an InkyPHAT_SSD1608.
I get the following when I read the eeprom:
Display: 212x104 Color: yellow PCB Variant: 1.2 Display Variant: 10 Time: b'2020-09-01 10:18:53.8'

When I use display = auto() it detects the resolution as 250x122, which is what lead me to believe it's an InkyPHAT_SSD1608. That and the fact that using display = InkyPHAT('black'/'yellow') doesn't seem to work at all.

I have tried display = InkyPHAT_SSD1608('black') and it seems to take the same time that it does when I provide it with yellow or use display = auto(). Is there a way for me to update the screen faster? Thanks

from inky.

Gadgetoid avatar Gadgetoid commented on June 1, 2024

As near as I can tell:

  1. The SPI speed can probably be increased for ssd1608 which at least gets the data transfer faster
  2. The ssd1608 seems to be using internal LUTs so I'll need to poke that until we can:
  3. Tweak the pattern of LUTs to effect a faster black/white update- need to understand the format, datasheet here: https://www.displayfuture.com/Display/datasheet/controller/SSD1608.pdf

The TLDR is no, not at the moment. The SPI speed doesn't make a huge difference, since the delay appears to be the actual screen update. I'll make a note to look into this at some point, though, since it looks like- from a glance at other displays running this controller out there- it might be possible to speed up.

from inky.

AleRoss97 avatar AleRoss97 commented on June 1, 2024

Hello, i'm now intrested in this and i can spend a bit of time doing some modifications in the source for it.
@Gadgetoid did you manage to understand the format of the table at page 22 of the datasheet?

from inky.

AleRoss97 avatar AleRoss97 commented on June 1, 2024

There seems to be two versions of the inkyphat, i'm using SSD1608 too.

There is another library here for (i think) fast update on the other controller which i'm using to get a grasp on the commands:
https://forums.pimoroni.com/t/my-inky-phat-clock-refresh-speed-question/6955/5

from inky.

AleRoss97 avatar AleRoss97 commented on June 1, 2024

Re implemented everything (GPIO,SPI,EPAPER lib) in C++ on this repository https://github.com/AleRoss97/epaper .
Changing the LUTS does not seems to have any effect on the update rate as for now.

from inky.

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.