Skip to content

Commit

Permalink
updated with finished product
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoopman committed May 5, 2017
1 parent 6facef2 commit b7d8afa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ Display for my Netatmo weather station, using Raspberry Pi Zero W
## Display options

- [Adafruit PiTFT 2.2" HAT 320x240](https://www.kiwi-electronics.nl/raspberry-pi/raspberry-pi-expansion-boards/raspberry-pi-displays/adafruit-pitft-2-2-inch-hat-zonder-touch)
- [PaPiRus ePaper HAT 2.7" 264x176](https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/)
- [Embedded Artists 2.7" ePaper display 264x176](https://www.embeddedartists.com/products/displays/lcd_27_epaper.php)
- [Conrad EA-LCD-009 264x176](https://www.conrad.nl/nl/embedded-artists-ea-lcd-009-developmentboard-1027644.html)
- [SOS Solutions PaPiRrus HAT 2,7" 264x176](https://www.sossolutions.nl/pi-supply-paprrus-hat-large-2-7)
- [Embedded Artists 2.7" ePaper display 264x176](https://www.conrad.nl/nl/embedded-artists-ea-lcd-009-developmentboard-1027644.html)
- [PaPiRus ePaper HAT 2.7" 264x176](https://www.sossolutions.nl/pi-supply-paprrus-hat-large-2-7)

## Screenshots using X virtual framebuffer and CutyCapt

- Black and white bitmap: `xvfb-run --server-args="-screen 0, 640x480x8" cutycapt --min-width=264 --min-height=176 --url=http://koopman.xs4all.nl/netatmo/?bw --out=/var/www/netatmo/image.bmp`

- Color: `xvfb-run --server-args="-screen 0, 640x480x16" cutycapt --min-width=320 --min-height=240 --url=http://koopman.xs4all.nl/netatmo/ --out=/var/www/netatmo/image.png`

## Finished product

Raspberry Pi Zero W with PaPiRus ePaper display.
![](display.png)
Binary file added display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7d8afa

Please sign in to comment.