Hacking Together an E-ink Dashboard
healeycodes.com
Hacking Together an E-ink Dashboard
1–10 of 92 posts
Re: Hacking Together an E-ink Dashboard
#2Re: Hacking Together an E-ink Dashboard
#3Why not use a widget on the home-screen of your phone?
Re: Hacking Together an E-ink Dashboard
#4I am also considering getting a kindle and just putting a small html page on it so I don't have to get down to the pixel-level. I remember when I tried to use my now-defunct kindle that JS was giving some funny errors, probably should be treated as an old browser. Been holding out to see if a usb-c kindle comes up but people have been complaining for years now.
Re: Hacking Together an E-ink Dashboard
#5> I realized I was asking Google Assistant the same questions over and over again. Like What’s the current weather? or What’s on my calendar for today? So I set out to build a small dashboard for my Raspberry Pi that I could check instead. Why not use a widget on the home-screen of your phone?
Re: Hacking Together an E-ink Dashboard
#6Re: Hacking Together an E-ink Dashboard
#7I did something like this too. I definitely chose the wrong e-ink display, it was extremely awful to work with. https://github.com/dmd/wxpaper
Re: Hacking Together an E-ink Dashboard
#8I almost bought this eink yesterday to test it out, but as I'm seeing here and I thought, it seems a bit small. I am also considering getting a kindle and just putting a small html page on it so I don't have to get down to the pixel-level. I remember when I tried to use my now-defunct kindle that JS was giving some funny errors, probably should be treated as an old browser. Been holding out to see if a usb-c kindle c…
I wrote the script in bash, it uses a cross-compiled imagemagick to render an image, then pushes it to the screen using the 'eips' command.
I still use it every day, it's my only living room clock now.
Re: Hacking Together an E-ink Dashboard
#9I almost bought this eink yesterday to test it out, but as I'm seeing here and I thought, it seems a bit small. I am also considering getting a kindle and just putting a small html page on it so I don't have to get down to the pixel-level. I remember when I tried to use my now-defunct kindle that JS was giving some funny errors, probably should be treated as an old browser. Been holding out to see if a usb-c kindle c…
I get the appeal of e-ink for a dashboard, but having fast-refresh, color, fast touch-response, a modern browser, and other things make for a much more pleasant UX (at the expense of being bright and having to worry about powering the thing).
Re: Hacking Together an E-ink Dashboard
#10I think I'll have to take inspiration from (Copy!) parts of this project myself.