Is there any small high-resolution LCD or electronic ink, that I can connect to the Puck.JS? #2334
Replies: 2 comments
-
Posted at 2017-09-21 by @allObjects Could any OLEDs as found in here about SSD1306 OLED driver do the job for you? Also check this thread in which e-ink / e-paper and puck are mentioned. Espruino software/modules runs on all Espruino boards and supports the communication interface options. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-10-02 by @gfwilliams Puck.js can use pretty much any display that Espruino devices can - and there are quite a few different ones! http://www.espruino.com/Graphics As @allObjects says, the SSD1306 OLED could be a good option as the smaller ones can just about fit within Puck.js's outline. There are some links to buy them at the bottom of the page: https://www.espruino.com/SSD1306 Those displays use SPI or I2C, but can connect via any available pins on Puck.js. The graphics API is standard across all displays, so once you have the code you want you can swap between displays pretty easily |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-09-21 by user81549
Hi,
Just for me to get the idea, is there any small preferably high-resolution or even very high resolution, LCD or electronic ink, that I could connect to the Puck.JS, that is about the size of the Puck.JS itself - maybe a bit smaller or bigger (say any in the size interval +- 50% of the Puck.JS).
Rectangular and circular shape of the LCD are both fine.
Like, what interface is it connected via and about what API would I draw with from the Puck.JS environment, URL to manufacturer and to store where I can purchase it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions