Anyone used a eink or epaper display with the Propeller ?
Bean
Posts: 8,129
in Propeller 1
I want to make a bike computer for my electric bike and I would like to use eInk so it is visible in bright sunlight.
All the ones I see for sale are for the Pi, or are just the bare display (no driver).
Anyone have any recommendations ? I'd like to have about the 3" display.
Thanks,
Bean
All the ones I see for sale are for the Pi, or are just the bare display (no driver).
Anyone have any recommendations ? I'd like to have about the 3" display.
Thanks,
Bean
Comments
Roy Eltham posted, "Hey Ken Gracey, I ported the Arduino code for the WaveShare 1.54" Tri-Color display over to Propeller C (SimpleIDE with SimpleTools.h). It just dumps an image (embedded in the code) to the display, but it's a starting point. It could easily be changed to dump a frame buffer that code has drawn to, similar to the oled display.
It needs a PASM SPI driver, again similar to the oled display, so that it's not so slow downloading the image. However, it does take a fair bit of time to update the display once the image is dumped into it. So you aren't going to be updating this in real time like other displays.
Anyway, here's a video showing it working:"
Video and post here - https://www.facebook.com/groups/blockly/permalink/2236704469884907/
And added this comment, "he single color variants update a fair bit faster (2 seconds for the 1.54", and 4 seconds for the 4.2"), still not real time, but much nicer. They still recommend long update intervals, even though you can update them more often."
https://forums.parallax.com/discussion/158160/p8x32a-and-pervasive-display-2-7-264-x-176-117-dpi-code-samples
We will need Spin drivers, too. It seems Rayman may have pointed us to one.
I need some more help in Parallax to get these things done, it seems. We're short-staffed and P2 has diverted some of our team.
Ken Gracey
Hello!
Ray I just finished re-reading that amazing thread. Now my question, what's the name, behind that incredible Prop board that the display is connected to. It looks incredibly custom to my mind.
I can't sell them anymore, but the design files are here:
http://www.rayslogic.com/propeller/Products/PPE/PPE.htm
Looks like there is a version for sale here:
http://mghdesigns.com/propeller/mgh-designs/dna.html
There are some things missing, like it doesn't have the scrolling (each eink display update takes a long time, so scrolling would be pointless). You can draw lines, shapes, and text in a few sizes (using fonts stored in the upper eeprom just like the oled display library).
It currently only works with the 2.9inch B/W waveshare display, and it could easily also support the 1.54inch B/W waveshare display. The other sizes of displays require completely different setup code, and sometimes even have different SPI commands or work slightly different with their memory. It's rather annoying. Also, supporting the 3 color versions requires double the buffer memory and yet still different setup code and SPI commands to drive.
These display appear to work differently than the one Rayman wrote a Spin/PASM one for... still SPI, but a different way to update the display's pixels.
Another thread:
looking-for-a-recommendation-on-a-low-power-display-updated-with-results
For small instruments, I settled on the 1.3" Sharp memory LCD, LS013B7DH06, with 128x128 pixels, 12µW power at 3V. Pervasive like eInk, so the display can be viewed at any time at a glance in daylight while consuming practically no power. My driver creates the text and bar-graph line by line on the fly, so the memory footprint is small. Sharp makes larger memory LCDs, but they are hard to come by in small quantities.
Silabs use those 1.3" ones in their STKs.
The LS027B7DH01A shows as stocked at Arrow, and WPG
The LS032B7DD02 looks hard to find
I'm not worried about power, it just needs to be readable in direct sunlight.
Bean
Column 4 is "sunlight readable". Type "sunlight" into the Newhaven search box for the category, including those TFTs that score better in contrast and brightness.
And it is. The crowd are repurposing some e-book readers to pose as glider support contraptions. And one individual did indeed do all of that to one for his sailboat. The most famous actually runs a simplified example of Linux inside it. And the lesser of the two is actually an Android one inside its e-ink display.
Not surprisingly my support is the one for the biggest something store on that planet then for the one who does everything else, although I freely admit I did see a Sumo bot and its TAB book when walking into it several years ago. *(They are no longer present at their Forest Hills NY location.)
Oh and I did ask on the Adafruit site's fora for the Sharp contraption regarding the Prop and my favorite dot-net platform. Question is still open.