E Ink Launches E Ink Gallery 3 Color (Rollable) EPaper

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. inkwave

    Convert electronic paper display waveforms from .wbf to .wrf format

    It's actually simpler than a table of voltages. It's a series of trinary values that indicate whether to use positive, negative or zero voltage. The actual voltage used is static (even the specialized EPDC PMIC (which _is_ a separate chip) doesn't allow changing it on the devices I've seen). The waveform (as they call the lookup table) is sometimes actually stored on a separate flash chip soldered on to the display's built-in cable. Years ago I wrote a tool to decode and convert the proprietary formats used by the E Ink corporation for these: https://github.com/fread-ink/inkwave

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. libremarkable

    The only public framework for developing applications with native refresh support for Remarkable Tablet

    > I rather mean the firmware of the e-ink driver board, which is a trade secret. I don't know, maybe it is not even firmware in an MCU, but they have a dedicated driver chip and it just has the look-up-tables. Anyway, the secret sauce that tells you how to drive the display cells.

    Huh? What e-ink driver board? There's no such thing inside a Kindle. It is a straight NXP SoC that drives the e-ink panel directly. There is no MCU. The driver is open source. https://github.com/canselcik/libremarkable/blob/master/refer...

    "Secret sauce that tells you how to drive the display cells"? You mean like a voltage table that is also present inside every LCD or OLED? The difference would be that the electrophoretic display would need a much bigger table so it would have to be kept on the SoC. That's not software, that's just a big table of voltages that's hardcoded for each unique panel. Is that what you think is "secret sauce"?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Can we build an app for remarkable 2 with Rust?

    1 project | /r/RemarkableTablet | 7 Jan 2022
  • Opinion: Remarkable should embrace the open-source community and use it to perfect its software, and focus on hardware.

    1 project | /r/RemarkableTablet | 1 Dec 2021
  • Pen not working

    2 projects | /r/RemarkableTablet | 10 Jan 2021
  • Feature Request: Add a supported means to install applications to the remarkable 2

    2 projects | /r/RemarkableTablet | 29 Jun 2021
  • ReMouseable: Use your reMarkable tablet as a mouse

    2 projects | news.ycombinator.com | 13 Aug 2024

Did you know that C is
the 6th most popular programming language
based on number of references?