You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out old Kindle devices make great, energy efficient dashboards :-)
4
+
5
+

6
+
7
+
## What this repo is
8
+
9
+
This repo only contains the code that runs on the Kindle. It periodically fetches an image to be displayed on the screen and suspends the device to RAM (which is very power efficient) until the next screen update.
10
+
11
+
This tool _does not_ render the dashboard itself. It's expected that what to display on the screen is rendered elsewhere and can be fetchd via HTTP(s). This is both more power efficient and allows you to use any tool you like to produce the dashboard image.
12
+
13
+
In my case I use a [dashbling](https://github.com/pascalw/dashbling) dashboard that I render into a PNG screenshot on a server.
14
+
15
+
## Prerequisites
16
+
17
+
* A jailbroken Kindle, with Wi-Fi configured.
18
+
* Tested only on a Kindle 4 NT. Should work on other Kindle devics as well with minor modifications.
19
+
20
+
## Installation
2
21
3
22
1. Download the [latest release](https://github.com/pascalw/kindle-dash/releases) on your computer and extract it.
0 commit comments