news.volyx.in

Jailbroke my Kindle to use it as an e-ink monitor (gist.github.com)

421 points by adtac · 736 days ago · 139 comments on HN

Article summary

The author jailbroke their Kindle to use it as an e-ink monitor, achieving a refresh rate of 3-4 frames per second. They used a Go program to receive files and invoke the Kindle's built-in utility to draw images on the screen. The author also wrote a script to capture the screen, convert it to a format the Kindle likes, and transfer it over USB. The project has room for improvement in terms of performance and usability.

Main themes

  • Kindle jailbreaking
  • E-ink display hacking
  • Screen capture and conversion
  • Refresh rate optimization
  • Jailbreaking risks and benefits

What commenters say

  • Jailbreaking a Kindle can be done using resources from the mobileread forums, but it carries a risk of bricking the device.
  • The refresh rate of the Kindle's e-ink display can be improved using partial screen refreshes, but it is still limited by the hardware's capabilities.
  • Using compressed full frames may not be more efficient than sending delta updates, and the choice of compression method can affect performance.
  • The project's current implementation has limitations, such as low refresh rates, but it can still be useful for displaying static or slowly changing information.
  • Some commenters have successfully achieved similar projects, such as running a Game Boy emulator on a Kindle Touch 2, but with limitations and quirks.
  • The use of temporary files for coding can lead to loss of important code, and alternative methods for storing and managing temporary code are suggested.