E-ink display - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127) +--- Thread: E-ink display (/showthread.php?tid=10635) |
RE: E-ink display - the_count - 07-30-2020 E-Ink displays seem a bit too slow for my liking, but I think Sharp's Memory LCDs would work well! https://www.sharpsma.com/products?sharpCategory=Memory%20LCD&p_p_parallel=0 RE: E-ink display - grego - 08-03-2020 Are there any e-ink screens with public specifications and some open source support that would be suitable for a project like this? RE: E-ink display - drpi - 08-03-2020 (07-30-2020, 10:05 PM)the_count Wrote: E-Ink displays seem a bit too slow for my liking, but I think Sharp's Memory LCDs would work well!LCD displays (memory variant or not) do not have the same rendering than e-ink displays. e-ink displays rendering is really like paper. Don't expect good performance with a I2C link. (08-03-2020, 04:27 AM)grego Wrote: Are there any e-ink screens with public specifications and some open source support that would be suitable for a project like this?The main e-ink material manufacturer is https://www.eink.com. There are display module on their web site but they do not sell to individuals. At work, I already used one display from https://www.pervasivedisplays.com They provided me with the datasheet, schematics and C source code. I don't know if they sell to individuals. https://www.adafruit.com web site sells e-ink displays. RE: E-ink display - poVoq - 08-16-2020 Maybe with Pine64 experimenting with RISC-V on the Pinecil, a basic e-ink reader using a simple RISC-V platform could be the next step? A relatively cheap and easy to use RISC-V device would certainly raise a lot of developer interest, but as it stands available RISC-V platforms are rather low performance so a device that doesn't need much performance like a ebook reader would seem like a good choice. RE: E-ink display - eFqLLnGo - 09-11-2020 I would be very interested in a e ink screen. It dramatically increases battery life while making the phone not too adictive and is easy on the eyes. Definite win. RE: E-ink display - megous - 09-11-2020 Most e-ink displays in ebook readers don't use SPI, but a set of some custom barely publicly documented protocols. It's also not exactly low speed. Displays are rated at 85 redraws of the screen per second, etc. It could probably be driven by LCD interface of A64 SoC with the similar hack Pocketbook uses to drive their e-ink dispolays with A13 SoC that absolutely doesn't have a special controller to drive their proprietary e-ink displays. They just write a control pattern to DRAM and use LCD controller data lines to bitbang the protocol. RE: E-ink display - HLing - 09-17-2020 (07-11-2020, 07:13 AM)grego Wrote: Has anyone considered making an alternative version of PinePhone with an e-ink screen? RE: E-ink display - grego - 04-30-2021 (09-17-2020, 04:26 PM)HLing Wrote: I have just such an e-ink phone just before I found the existence of the Pine Phone. The battery life is incredibly long especially compared to the Pine Phone. https://goodereader.com/blog/reviews/kingrow-k1-e-ink-android-smartphone-reviewHm, an interesting device. I would indeed prefer if it ran Linux, most Android apps are not optimised for the e-ink screen anyway. RE: E-ink display - vinnie - 05-01-2021 Probably with the new quartz64 it will be possible but I think it will take years of waiting RE: E-ink display - biketool - 05-01-2021 I got a few used 9" e-paper signs for a good deal, I could probably figure them out if I could capture the transmitter protocol and spoof it with a SDR transmitter but I am probably just going to de-solder the display and use an official serial driver board from e-paper. The driver boards are about $20 but I was thinking to make a esp32 book reader or something with a few of them, I could probably have gotten by with a solar cell power and a attiny along with the driver but I really want to be able to beam books over via bluetooth or maybe wifi. The other option is to get another epaper NFC driver board wihich is cool as it is powered form the NFC, this is something I hope to see as an add-on option fo rthe keyboard which I hope includes a i2c multiplexer so we can add stuff like that, I already have a i2c hub(cut the pogo pin traces and divert to hub then connect kb to the hub output), i2c nfc loop, and Qi charger loop waiting for a cram-in install once the pinephone keyboard is available form the store. |