Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppySoft committed May 4, 2020
1 parent fb2b9e2 commit 92a3acb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Esp32 Picture Frame: Angular Frontend for E-Ink Displays

<p align="center">
<img src="docs/media/screenshot_main.png" width="50%">
<img src="docs/media/upload.gif" style="max-width: 300px; max-height: 70vh;">
</p>

Picture frame for Waveshare's [Esp32 driver board](https://www.waveshare.com/product/displays/accessories/driver-boards/e-paper-esp32-driver-board.htm) and an E Ink display utilizing [PlatformIO](https://maker.pro/arduino/tutorial/how-to-use-platformio-in-visual-studio-code-to-program-arduino) & Angular.
Picture frame webapp + server for Waveshare's [Esp32 driver board](https://www.waveshare.com/product/displays/accessories/driver-boards/e-paper-esp32-driver-board.htm) and an E Ink display utilizing [PlatformIO](https://maker.pro/arduino/tutorial/how-to-use-platformio-in-visual-studio-code-to-program-arduino) & Angular.

Currently for the 7.5" 800x480 Waveshare display only.

Expand All @@ -17,12 +17,12 @@ Currently for the 7.5" 800x480 Waveshare display only.


## Overview
* An ESP32 serves a webapp and stores new images
* Uses Material design via [Angular Material Components](https://material.angular.io/)
* ESP32 as server and picture storage
* Material design via [Angular Material Components](https://material.angular.io/)
* All files to be served are stored within the ESP32's SPIFFS
* This project allows easily building all frontend artifacts into pre-compressed files with just one command, see [build angular](#Build-Angular-Frontend)

## Work in Progress
## TODO: Work in Progress
* Embed more E Ink displays
* Refactor hard coded parameters into system settings section
* Implement an image gallery and slide show mode
Expand Down
Binary file added docs/media/upload.gif
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 92a3acb

Please sign in to comment.