|
|
|
|
|
by robinsoh
1519 days ago
|
|
> 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 since it can't possibly fit into a single voltage driver circuit. 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"? Do you also want to extract that table inside each LCD drive circuit as well? I guess you could use it to make your LCD or OLED panel show brighter colors but at the risk of burning and damaging the crystals. I imagine the same risk would also be true for electrophoretic panels or anything where you can change the physical voltage that is being applied to the material. |
|